Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-01-29 17:55:15 +08:00
parent 21fad89cde
commit 99634a66ab
9 changed files with 107 additions and 134 deletions

View File

@@ -249,9 +249,8 @@ List<SettingsModel> get playSettings => [
leading: const Icon(Icons.volume_up_outlined),
setKey: SettingBoxKey.enableBackgroundPlay,
defaultVal: true,
onChanged: (value) {
videoPlayerServiceHandler!.enableBackgroundPlay = value;
},
onChanged: (value) =>
videoPlayerServiceHandler!.enableBackgroundPlay = value,
),
const SwitchModel(
title: '播放器设置仅对当前生效',