Merge pull request #35856 from sokumon/default-icon-style

This commit is contained in:
Soham Kulkarni 2026-01-12 15:53:03 +05:30 committed by GitHub
commit d9e2cf39bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

View file

@ -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;

View file

@ -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
frappe.patches.v16_0.add_standard_field_in_workspace_sidebar
execute:frappe.db.set_single_value("Desktop Settings", "icon_style", "Solid")