mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
feat: danmaku seekTo (#1603)
This commit is contained in:
committed by
GitHub
parent
15fe7787ba
commit
8650c96b7b
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user