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

@@ -309,4 +309,13 @@ List<SettingsModel> get playSettings => [
setKey: SettingBoxKey.tempPlayerConf,
defaultVal: false,
),
if (Utils.isDesktop)
const SettingsModel(
settingsType: SettingsType.sw1tch,
title: '独占全屏',
subtitle: '关闭为应用内全屏',
leading: Icon(Icons.zoom_out_map_rounded),
setKey: SettingBoxKey.nativeFullscreen,
defaultVal: true,
),
];