mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 00:24:13 +08:00
fix
This commit is contained in:
parent
ecac492a77
commit
79163b517c
@ -929,9 +929,10 @@ class QUnFrameWindow(resizableframeless):
|
||||
while self.checkisentered():
|
||||
time.sleep(0.1)
|
||||
self._isentered = False
|
||||
if delay is None:
|
||||
delay = globalconfig["disappear_delay_tool"]
|
||||
time.sleep(delay)
|
||||
if not globalconfig["toolviswhenenter"]:
|
||||
if delay is None:
|
||||
delay = globalconfig["disappear_delay_tool"]
|
||||
time.sleep(delay)
|
||||
if self.enter_sig != enter_sig:
|
||||
return
|
||||
if globalconfig["locktools"]:
|
||||
|
Loading…
x
Reference in New Issue
Block a user