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

@@ -149,7 +149,8 @@ abstract class SettingBoxKey {
windowPosition = 'windowPosition',
isWindowMaximized = 'isWindowMaximized',
showWindowTitleBar = 'showWindowTitleBar',
desktopVolume = 'desktopVolume';
desktopVolume = 'desktopVolume',
showTrayIcon = 'showTrayIcon';
static const String subtitlePreferenceV2 = 'subtitlePreferenceV2',
enableDragSubtitle = 'enableDragSubtitle',