mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
feat: inapp fullscreen (#1330)
This commit is contained in:
committed by
GitHub
parent
4ae3bd2845
commit
5fd3d32200
@@ -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,
|
||||
),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user