Merge pull request #35105 from sokumon/sidebar-fixes
This commit is contained in:
commit
e5b7bab26c
1 changed files with 2 additions and 2 deletions
|
|
@ -240,7 +240,7 @@ frappe.ui.Sidebar = class Sidebar {
|
|||
this.standard_items = [];
|
||||
if (!frappe.is_mobile()) {
|
||||
this.standard_items.push({
|
||||
label: "Search",
|
||||
label: __("Search"),
|
||||
icon: "search",
|
||||
type: "Button",
|
||||
id: "navbar-modal-search",
|
||||
|
|
@ -251,7 +251,7 @@ frappe.ui.Sidebar = class Sidebar {
|
|||
});
|
||||
}
|
||||
this.standard_items.push({
|
||||
label: "Notification",
|
||||
label: __("Notification"),
|
||||
icon: "bell",
|
||||
type: "Button",
|
||||
class: "sidebar-notification hidden",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue