properly set default icon
This commit is contained in:
parent
2385e69aa5
commit
f6c5fc3c48
1 changed files with 2 additions and 0 deletions
|
@ -31,5 +31,7 @@ func pickIcon*(
|
|||
for k, v in c.classes:
|
||||
if class in k:
|
||||
result = v
|
||||
if result == "":
|
||||
result = c.`default-icon`
|
||||
|
||||
let config* = loadConfig()
|
||||
|
|
Loading…
Reference in a new issue