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:
@@ -100,8 +100,6 @@ class AlasGUI(Frame):
|
||||
0 (hide)
|
||||
-1 (*state not changed)
|
||||
"""
|
||||
if not self.visible:
|
||||
return
|
||||
if state == -1:
|
||||
return
|
||||
clear()
|
||||
|
||||
Reference in New Issue
Block a user