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

Fix: Emotion not update in gui

This commit is contained in:
18870
2022-08-09 19:02:04 +08:00
parent dce34e9662
commit 1efab11a59

View File

@@ -425,7 +425,7 @@ class AlasGUI(Frame):
modified[k] = v
deep_set(config, k, v)
valid.append(k)
pin[k] = v
pin["_".join(k.split("."))] = v
else:
modified.pop(k)
invalid.append(k)