Merge pull request #285 from KoolShow/fix_typo

修复副标题风格不统一
This commit is contained in:
Infinite
2023-12-16 20:33:28 +08:00
committed by GitHub

View File

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