Merge pull request #35856 from sokumon/default-icon-style
This commit is contained in:
commit
d9e2cf39bc
2 changed files with 2 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
Loading…
Add table
Reference in a new issue