1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 23:18:22 +08:00

Fix: State not update when invisible

This commit is contained in:
18870
2022-01-11 13:40:56 +08:00
parent d4d9bc9c34
commit 3acdfc95f5

View File

@@ -100,8 +100,6 @@ class AlasGUI(Frame):
0 (hide)
-1 (*state not changed)
"""
if not self.visible:
return
if state == -1:
return
clear()