feat: danmaku seekTo (#1603)

This commit is contained in:
My-Responsitories
2025-10-17 14:37:25 +08:00
committed by GitHub
parent 15fe7787ba
commit 8650c96b7b
6 changed files with 204 additions and 149 deletions

View File

@@ -860,7 +860,7 @@ abstract class Pref {
_setting.get(SettingBoxKey.enablePlayAll, defaultValue: true);
static bool get enableTapDm =>
_setting.get(SettingBoxKey.enableTapDm, defaultValue: true);
_setting.get(SettingBoxKey.enableTapDm, defaultValue: Utils.isMobile);
static bool get showTrayIcon =>
_setting.get(SettingBoxKey.showTrayIcon, defaultValue: true);