修复副标题风格不统一

修复 播放设置 自动PiP播放 选项副标题风格不统一
This commit is contained in:
KoolShow
2023-12-13 17:57:41 +08:00
committed by GitHub
parent 4217fa26e2
commit 173695ace6

View File

@ -96,7 +96,7 @@ class _PlaySettingState extends State<PlaySetting> {
),
const SetSwitchItem(
title: '自动PiP播放',
subTitle: 'app切换至后台时画中画播放',
subTitle: '进入后台时画中画播放',
setKey: SettingBoxKey.autoPiP,
defaultVal: false,
),