1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-17 08:45:25 +08:00

Merge pull request #1983 from SaiCateDoan/maa

Fix: Unable to create new config from existing mod config
This commit is contained in:
SarContDeli
2022-12-11 14:51:32 +08:00
committed by GitHub
2 changed files with 5 additions and 4 deletions

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)