mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-31 08:08:19 +08:00
@@ -164,7 +164,7 @@ List<SettingsModel> get playSettings => [
|
|||||||
setKey: SettingBoxKey.continuePlayInBackground,
|
setKey: SettingBoxKey.continuePlayInBackground,
|
||||||
defaultVal: false,
|
defaultVal: false,
|
||||||
),
|
),
|
||||||
if (Platform.isAndroid)
|
if (Platform.isAndroid) ...[
|
||||||
SettingsModel(
|
SettingsModel(
|
||||||
settingsType: SettingsType.sw1tch,
|
settingsType: SettingsType.sw1tch,
|
||||||
title: '后台画中画',
|
title: '后台画中画',
|
||||||
@@ -178,7 +178,6 @@ List<SettingsModel> get playSettings => [
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
if (Platform.isAndroid)
|
|
||||||
SettingsModel(
|
SettingsModel(
|
||||||
settingsType: SettingsType.sw1tch,
|
settingsType: SettingsType.sw1tch,
|
||||||
title: '画中画不加载弹幕',
|
title: '画中画不加载弹幕',
|
||||||
@@ -187,6 +186,7 @@ List<SettingsModel> get playSettings => [
|
|||||||
setKey: SettingBoxKey.pipNoDanmaku,
|
setKey: SettingBoxKey.pipNoDanmaku,
|
||||||
defaultVal: false,
|
defaultVal: false,
|
||||||
),
|
),
|
||||||
|
],
|
||||||
SettingsModel(
|
SettingsModel(
|
||||||
settingsType: SettingsType.sw1tch,
|
settingsType: SettingsType.sw1tch,
|
||||||
title: '全屏手势反向',
|
title: '全屏手势反向',
|
||||||
|
|||||||
Reference in New Issue
Block a user