Merge pull request #1846 from psychon/menubar-no-icon-theme
menubar.icon_theme: Never use nil as icon theme name
This commit is contained in:
commit
2192e61f89
|
@ -70,7 +70,7 @@ local get_default_icon_theme_name = function()
|
|||
end
|
||||
end
|
||||
end
|
||||
return nil
|
||||
return "hicolor"
|
||||
end
|
||||
|
||||
local icon_theme = { mt = {} }
|
||||
|
|
Loading…
Reference in New Issue