Remove colour from the non-checkable icon for active/inactive
This commit is contained in:
@@ -355,7 +355,7 @@ class NWItem:
|
||||
icon = SHARED.theme.getIcon(key, color)
|
||||
else:
|
||||
text = ""
|
||||
icon = SHARED.theme.getIcon("noncheckable", "orange")
|
||||
icon = SHARED.theme.getIcon("noncheckable")
|
||||
return text, icon
|
||||
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user