custom show tray icon

Closes #1569

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-10-15 19:16:20 +08:00
parent c10c4a6f89
commit 112a06f92a
5 changed files with 21 additions and 5 deletions

View File

@@ -861,4 +861,7 @@ abstract class Pref {
static bool get enableTapDm =>
_setting.get(SettingBoxKey.enableTapDm, defaultValue: true);
static bool get showTrayIcon =>
_setting.get(SettingBoxKey.showTrayIcon, defaultValue: true);
}