mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-02 03:44:08 +08:00
2
gui.py
2
gui.py
@@ -489,7 +489,7 @@ class AlasGUI(Frame):
|
|||||||
config = read_file(filepath_config(config_name))
|
config = read_file(filepath_config(config_name))
|
||||||
for k, v in modified.copy().items():
|
for k, v in modified.copy().items():
|
||||||
validate = deep_get(self.ALAS_ARGS, k + '.validate')
|
validate = deep_get(self.ALAS_ARGS, k + '.validate')
|
||||||
if not v:
|
if not len(str(v)):
|
||||||
default = deep_get(self.ALAS_ARGS, k + '.value')
|
default = deep_get(self.ALAS_ARGS, k + '.value')
|
||||||
deep_set(config, k, default)
|
deep_set(config, k, default)
|
||||||
valid.append(self.path_to_idx[k])
|
valid.append(self.path_to_idx[k])
|
||||||
|
|||||||
Reference in New Issue
Block a user