chore: Added video settings to List View Menu

This commit is contained in:
marination 2020-09-22 17:48:04 +05:30
parent d935b2753f
commit 6087fcaa9b

View File

@ -0,0 +1,7 @@
frappe.listview_settings["Video"] = {
onload: (listview) => {
listview.page.add_menu_item(__("Video Settings"), function() {
frappe.set_route("Form","Video Settings", "Video Settings");
});
}
}