Merge branch 'feature-danmaku' into alpha

This commit is contained in:
guozhigq
2023-08-30 23:44:38 +08:00
4 changed files with 33 additions and 4 deletions

View File

@ -108,6 +108,12 @@ class _PlaySettingState extends State<PlaySetting> {
setKey: SettingBoxKey.enableQuickDouble,
defaultVal: true,
),
const SetSwitchItem(
title: '弹幕开关',
subTitle: '展示弹幕',
setKey: SettingBoxKey.enableShowDanmaku,
defaultVal: false,
),
ListTile(
dense: false,
title: Text('默认画质', style: titleStyle),