This commit is contained in:
@@ -107,12 +107,15 @@ export default {
|
||||
vm.appBar.menuItems.push({ divider: true, inset: false });
|
||||
|
||||
//SEARCH
|
||||
vm.appBar.menuItems.push({
|
||||
title: window.$gz.locale.get("Search"),
|
||||
icon: "search",
|
||||
key: "app:search",
|
||||
data: formAyaType
|
||||
});
|
||||
if (ctx.icon != "fa-search") {
|
||||
//For all forms but not on the search form itself; if this is necessary for others then make a nosearch or something flag controlled by incoming ctx but if not then this should suffice
|
||||
vm.appBar.menuItems.push({
|
||||
title: window.$gz.locale.get("Search"),
|
||||
icon: "search",
|
||||
key: "app:search",
|
||||
data: formAyaType
|
||||
});
|
||||
}
|
||||
|
||||
//HELP
|
||||
vm.appBar.menuItems.push({
|
||||
|
||||
Reference in New Issue
Block a user