Gui fixes for clocks/dungeon_counters

Map fix for settings
This commit is contained in:
aerinon
2020-03-04 13:57:29 -07:00
parent 5e2a5f2e8e
commit 39ea777cf9
6 changed files with 10 additions and 9 deletions

View File

@@ -49,7 +49,7 @@ def custom_page(top, parent):
for key in dictWidgets:
self.customWidgets[key] = dictWidgets[key]
for i, key in enumerate(CONST.CUSTOMITEMS):
self.customWidgets[key].storageVar.set(top.settings["customitemarray"][i])
for key in CONST.CUSTOMITEMS:
self.customWidgets[key].storageVar.set(top.settings["customitemarray"][key])
return self