allow user to configure window decorations(CSD/SSD) (#1839)

* allow user to configure window decorations(CSD/SSD)

* rename piliplus.desktop
to com.example.piliplus.desktop

* update

---------

Co-authored-by: dom <githubaccount56556@proton.me>
This commit is contained in:
Just_A_Pony
2026-02-20 11:46:25 +08:00
committed by GitHub
parent b1c0eca328
commit dcb3a02da8
7 changed files with 97 additions and 46 deletions

View File

@@ -914,6 +914,9 @@ abstract final class Pref {
static bool get showWindowTitleBar =>
_setting.get(SettingBoxKey.showWindowTitleBar, defaultValue: true);
static bool get useSSD =>
_setting.get(SettingBoxKey.useSSD, defaultValue: false);
static double get desktopVolume =>
_setting.get(SettingBoxKey.desktopVolume, defaultValue: 1.0);