Merge pull request #35105 from sokumon/sidebar-fixes

This commit is contained in:
Soham Kulkarni 2025-12-07 21:13:32 +05:30 committed by GitHub
commit e5b7bab26c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",