Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-07-26 17:35:25 +08:00
parent b977f5228e
commit e00f009a64

View File

@@ -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: '全屏手势反向',