mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-29 05:40:17 +08:00
tweak: danmaku (#1756)
* fix: danmaku like * opt: danmaku merge * remove: showSpecialDanmaku
This commit is contained in:
committed by
GitHub
parent
0f8da1999a
commit
62bb605ee8
@@ -183,7 +183,6 @@ abstract class SettingBoxKey {
|
||||
enableShowLiveDanmaku = 'enableShowLiveDanmaku',
|
||||
pipNoDanmaku = 'pipNoDanmaku',
|
||||
showVipDanmaku = 'showVipDanmaku',
|
||||
showSpecialDanmaku = 'showSpecialDanmaku',
|
||||
mergeDanmaku = 'mergeDanmaku',
|
||||
danmakuWeight = 'danmakuWeight',
|
||||
danmakuBlockType = 'danmakuBlockType',
|
||||
|
||||
@@ -404,9 +404,6 @@ abstract class Pref {
|
||||
static bool get showVipDanmaku =>
|
||||
_setting.get(SettingBoxKey.showVipDanmaku, defaultValue: true);
|
||||
|
||||
static bool get showSpecialDanmaku =>
|
||||
_setting.get(SettingBoxKey.showSpecialDanmaku, defaultValue: false);
|
||||
|
||||
static bool get mergeDanmaku =>
|
||||
_setting.get(SettingBoxKey.mergeDanmaku, defaultValue: false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user