bring back remove player safearea

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-04-19 10:18:18 +08:00
parent e88769308e
commit 9543f3b457
10 changed files with 76 additions and 17 deletions

View File

@@ -970,4 +970,7 @@ abstract final class Pref {
static bool get floatingNavBar =>
_setting.get(SettingBoxKey.floatingNavBar, defaultValue: false);
static bool get removeSafeArea =>
_setting.get(SettingBoxKey.removeSafeArea, defaultValue: false);
}