mod: 设置弹幕开关

This commit is contained in:
guozhigq
2023-08-30 23:44:09 +08:00
parent e1c69ac550
commit a49c400a8e
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),