opt set window size/pos

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-09-17 12:01:54 +08:00
parent 8a3cf34cb1
commit d9a0db03f8
5 changed files with 52 additions and 24 deletions

View File

@@ -823,4 +823,7 @@ abstract class Pref {
static List<double>? get windowPosition =>
_setting.get(SettingBoxKey.windowPosition);
static bool get isWindowMaximized =>
_setting.get(SettingBoxKey.isWindowMaximized, defaultValue: false);
}