custom show window title bar

Closes #1362

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-09-29 11:22:45 +08:00
parent 5465492d70
commit fe0c636ad6
4 changed files with 20 additions and 4 deletions

View File

@@ -143,7 +143,8 @@ abstract class SettingBoxKey {
static const String minimizeOnExit = 'minimizeOnExit',
windowSize = 'windowSize',
windowPosition = 'windowPosition',
isWindowMaximized = 'isWindowMaximized';
isWindowMaximized = 'isWindowMaximized',
showWindowTitleBar = 'showWindowTitleBar';
static const String subtitlePreferenceV2 = 'subtitlePreferenceV2',
enableDragSubtitle = 'enableDragSubtitle',