Skip to content

Commit

Permalink
in case the config doesn't have a value
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Nov 30, 2023
1 parent 356dda7 commit efcb254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/platform/posix/menu_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def find_theme_icon(*names):
return None
if not (IconTheme and Config and themes):
return None
size = Config.icon_size
size = Config.icon_size or 32
#log.info("IconTheme.LookupIcon%s", (icon_name, size, themes.keys(), ("png", "svg", "xpm")))
for name in names:
for theme in themes.values():
Expand Down

0 comments on commit efcb254

Please sign in to comment.