mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 13:29:25 +08:00
Fix: Emotion not update in gui
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user