updated comment

This commit is contained in:
gac-maloja
2022-10-19 19:48:19 +02:00
parent e0ae4f06ad
commit 9ab4adbcc4

View File

@ -154,7 +154,7 @@ class MainPanel(wx.Panel):
self.entries.update(cfg, name_mapping) self.entries.update(cfg, name_mapping)
# ensure background name is always set # ensure background name is always set unless there is no background at all
bkg_setting = self.entries["image_background"] bkg_setting = self.entries["image_background"]
if not bkg_setting.get_state(): if not bkg_setting.get_state():
try: try: