From ffeedc123ca12e8cadae6f023ffa2e3d34974429 Mon Sep 17 00:00:00 2001 From: sokumon Date: Mon, 12 Jan 2026 15:46:18 +0530 Subject: [PATCH 1/2] fix: set default icon style to solid --- frappe/patches.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frappe/patches.txt b/frappe/patches.txt index f7e6ba6d5d..5b1bc6dc3c 100644 --- a/frappe/patches.txt +++ b/frappe/patches.txt @@ -253,4 +253,5 @@ frappe.patches.v16_0.add_private_workspaces_to_sidebar frappe.core.doctype.communication_link.patches.copy_communication_date_to_link frappe.core.doctype.communication.patches.drop_ref_dt_dn_index frappe.patches.v16_0.change_link_type_to_workspace_sidebar -frappe.patches.v16_0.add_standard_field_in_workspace_sidebar \ No newline at end of file +frappe.patches.v16_0.add_standard_field_in_workspace_sidebar +execute:frappe.db.set_single_value("Desktop Settings", "icon_style", "Solid") \ No newline at end of file From 2c49dece81c219e1641edff5d8c4843f4fda07a6 Mon Sep 17 00:00:00 2001 From: sokumon Date: Mon, 12 Jan 2026 15:47:54 +0530 Subject: [PATCH 2/2] fix: disable desktop editing --- frappe/desk/page/desktop/desktop.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/frappe/desk/page/desktop/desktop.js b/frappe/desk/page/desktop/desktop.js index 0c94546af2..5ae9158297 100644 --- a/frappe/desk/page/desktop/desktop.js +++ b/frappe/desk/page/desktop/desktop.js @@ -206,7 +206,6 @@ class DesktopPage { col: 3, }, }); - this.setup_editing_mode(); if (this.edit_mode) { this.start_editing_layout(); } @@ -217,10 +216,8 @@ class DesktopPage { this.setup_notifications(); this.setup_navbar(); this.setup_awesomebar(); - this.setup_editing_mode(); this.handle_route_change(); this.setup_events(); - this.setup_edit_button(); } setup_edit_button() { const me = this;