opt auto fullscreen

opt video fit

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-03-04 14:22:51 +08:00
parent 8d312d8cf1
commit a802bc1cdf
7 changed files with 47 additions and 85 deletions

View File

@@ -805,7 +805,7 @@ abstract final class Pref {
static bool get enableOnlineTotal =>
_setting.get(SettingBoxKey.enableOnlineTotal, defaultValue: false);
static bool get enableAutoEnter =>
static bool get autoEnterFullScreen =>
_setting.get(SettingBoxKey.enableAutoEnter, defaultValue: false);
static bool get enableAutoLongPressSpeed =>