fix: add a simpler icon for list

This commit is contained in:
sokumon 2025-12-09 15:44:32 +05:30
parent 92a73cbd5e
commit 9fc078e112

View file

@ -63,7 +63,7 @@ frappe.ui.sidebar_item.TypeLink = class SidebarItem {
this.path = this.get_path();
this.set_suffix();
if (!this.item.icon && !(this.item.child && this.item.parent.indent)) {
this.item.icon = "list-alt";
this.item.icon = "list";
}
this.wrapper = $(
frappe.render_template("sidebar_item", {