feat: ImmediateTapGestureRecognizer (#1572)

This commit is contained in:
My-Responsitories
2025-10-15 18:06:10 +08:00
committed by GitHub
parent 84f972a3ab
commit a2d5ecc51e
9 changed files with 427 additions and 16 deletions

View File

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