feat(ui): 吐司通知在主窗口隐藏时不再弹出

This commit is contained in:
DLmaster361
2025-05-28 21:17:14 +08:00
parent c7e94dfcd1
commit d50504181e
5 changed files with 48 additions and 25 deletions

View File

@@ -567,7 +567,7 @@ class MaaPlanConfig(LQConfig):
class AppConfig(GlobalConfig):
VERSION = "4.3.8.4"
VERSION = "4.3.8.0"
gameid_refreshed = Signal()
PASSWORD_refreshed = Signal()
@@ -591,6 +591,7 @@ class AppConfig(GlobalConfig):
self.PASSWORD = ""
self.running_list = []
self.silence_list = []
self.info_bar_list = []
self.gameid_dict = {
"ALL": {"value": [], "text": []},
"Monday": {"value": [], "text": []},