Merge pull request #36500 from nipunanr/desktop-route-addition

feat: add 'Desktop' option to sidebar header
This commit is contained in:
Ejaaz Khan 2026-02-16 17:32:55 +05:30 committed by GitHub
commit 08e52da953
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,6 +16,14 @@ frappe.ui.SidebarHeader = class SidebarHeader {
},
items: this.sibling_workspaces,
},
{
name: "desktop",
label: __("Desktop"),
icon: "layout-grid",
onClick: function (el) {
frappe.set_route("/desk");
},
},
{
name: "edit-sidebar",
label: __("Edit Sidebar"),