feat: inapp fullscreen (#1330)

This commit is contained in:
My-Responsitories
2025-09-26 00:18:11 +08:00
committed by GitHub
parent 4ae3bd2845
commit 5fd3d32200
4 changed files with 18 additions and 8 deletions

View File

@@ -832,4 +832,7 @@ abstract class Pref {
static bool get keyboardControl =>
_setting.get(SettingBoxKey.keyboardControl, defaultValue: true);
static bool get nativeFullscreen =>
_setting.get(SettingBoxKey.nativeFullscreen, defaultValue: true);
}