enable tap dm by def

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-10-15 18:24:46 +08:00
parent 4cfcf18bc9
commit 32ce2b87db
4 changed files with 38 additions and 35 deletions

View File

@@ -860,5 +860,5 @@ abstract class Pref {
_setting.get(SettingBoxKey.enablePlayAll, defaultValue: true);
static bool get enableTapDm =>
_setting.get(SettingBoxKey.enableTapDm, defaultValue: false);
_setting.get(SettingBoxKey.enableTapDm, defaultValue: true);
}