Fix a bunch of stuff
Defaults from settings file, then CLI, then canned defaults Fix Adjust settings Fix Custom Item Array settings Create error message for Enemizer Not Found
This commit is contained in:
@@ -65,4 +65,8 @@ def custom_page(top,parent):
|
||||
self.customWidgets[key] = dictWidgets[key]
|
||||
self.customWidgets[key].pack()
|
||||
|
||||
keys = list(self.customWidgets.keys())
|
||||
for i in range(0, len(keys)):
|
||||
self.customWidgets[keys[i]].storageVar.set(top.settings["customitemarray"][i])
|
||||
|
||||
return self
|
||||
|
||||
Reference in New Issue
Block a user