From ffeedc123ca12e8cadae6f023ffa2e3d34974429 Mon Sep 17 00:00:00 2001 From: sokumon Date: Mon, 12 Jan 2026 15:46:18 +0530 Subject: [PATCH] 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