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

@@ -841,4 +841,7 @@ abstract class Pref {
static bool get pauseOnMinimize =>
_setting.get(SettingBoxKey.pauseOnMinimize, defaultValue: false);
static bool get showWindowTitleBar =>
_setting.get(SettingBoxKey.showWindowTitleBar, defaultValue: true);
}