修复副标题风格不统一
修复 播放设置 自动PiP播放 选项副标题风格不统一
This commit is contained in:
@ -96,7 +96,7 @@ class _PlaySettingState extends State<PlaySetting> {
|
|||||||
),
|
),
|
||||||
const SetSwitchItem(
|
const SetSwitchItem(
|
||||||
title: '自动PiP播放',
|
title: '自动PiP播放',
|
||||||
subTitle: 'app切换至后台时画中画播放',
|
subTitle: '进入后台时画中画播放',
|
||||||
setKey: SettingBoxKey.autoPiP,
|
setKey: SettingBoxKey.autoPiP,
|
||||||
defaultVal: false,
|
defaultVal: false,
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user