feat: 增加播放控件消失时间延长10倍的设置

This commit is contained in:
orz12
2024-08-25 23:54:05 +08:00
parent d2b8c01ac4
commit a51aa1ce13
4 changed files with 15 additions and 3 deletions

View File

@@ -69,7 +69,7 @@ class _StyleSettingState extends State<StyleSetting> {
children: [
SetSwitchItem(
title: '横屏适配',
subTitle: '启用横屏布局与逻辑,适用于平板等设备;推荐全屏方向设为【不改变当前方向】',
subTitle: '启用横屏布局与逻辑,平板、折叠屏等可开启;建议全屏方向设为【不改变当前方向】',
leading: const Icon(Icons.phonelink_outlined),
setKey: SettingBoxKey.horizontalScreen,
defaultVal: false,