Update settin.py

This commit is contained in:
恍兮惚兮 2024-04-06 01:20:40 +08:00
parent 3ae3a0df1f
commit c95fa10b88

View File

@ -239,9 +239,9 @@ class Settin(closeashidewindow):
while True:
# 会触发两次
windows.WaitForSingleObject(sema, windows.INFINITE)
windows.WaitForSingleObject(sema, windows.INFINITE)
if globalconfig["darklight"] == 2:
self.setstylesheetsignal.emit()
windows.WaitForSingleObject(sema, windows.INFINITE)
def setstylesheet(self):