mod: update def options

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-11-29 18:45:21 +08:00
parent 203906d9f1
commit bc1e6b059b
7 changed files with 9 additions and 11 deletions

View File

@@ -1598,7 +1598,7 @@ class _HeaderControlState extends State<HeaderControl> {
if (canUsePiP) {
bool enableBackgroundPlay = setting.get(
SettingBoxKey.enableBackgroundPlay,
defaultValue: false);
defaultValue: true);
if (!enableBackgroundPlay && context.mounted) {
// SmartDialog.showToast('建议开启【后台播放】功能\n避免画中画没有暂停按钮');
// await Future.delayed(const Duration(seconds: 2), () {