1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-09 18:39:04 +08:00

Fix: Unable to create new config from existing mod config

This commit is contained in:
SarContDeli 2022-12-11 14:49:51 +08:00
parent ae7bf32da2
commit b48b754de7

View File

@ -969,7 +969,7 @@ class AlasGUI(Frame):
put_error(t("Gui.AddAlas.FileExist"), scope=s)
return
r = State.config_updater.read_file(origin)
r = load_config(origin).read_file(origin)
State.config_updater.write_file(name, r, get_config_mod(origin))
self.set_aside()
self.active_button("aside", self.alas_name)