mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt in-app fullscreen
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -309,13 +309,4 @@ 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,
|
||||
),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user