tap dm when debug

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-10-13 11:37:03 +08:00
parent 897fda875a
commit 8bea09b78a
4 changed files with 14 additions and 14 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: true);
_setting.get(SettingBoxKey.enableTapDm, defaultValue: false);
}