This commit is contained in:
恍兮惚兮 2024-06-21 22:04:52 +08:00
parent 270f4039d2
commit 0a69b984df

View File

@ -702,6 +702,8 @@ class MAINUI:
if sum([int(pid_running(pid)) for pid in pids]) == 0:
self.textsource = None
self.translation_ui.thistimenotsetop = False
if globalconfig["keepontop"]:
self.translation_ui.settop()
except: