mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: 播放页横屏适配修复
This commit is contained in:
@@ -117,10 +117,10 @@ class _PlaySettingState extends State<PlaySetting> {
|
||||
defaultVal: false,
|
||||
),
|
||||
const SetSwitchItem(
|
||||
title: '恢复竖屏',
|
||||
subTitle: '退出全屏视频时自动恢复竖屏,关闭可以保持横屏状态',
|
||||
setKey: SettingBoxKey.exitFullscreenAutoVertical,
|
||||
defaultVal: true,
|
||||
title: '横屏适配(测试)',
|
||||
subTitle: '开启该项在播放页启用横屏布局与逻辑',
|
||||
setKey: SettingBoxKey.horizontalScreen,
|
||||
defaultVal: false,
|
||||
),
|
||||
const SetSwitchItem(
|
||||
title: '开启硬解',
|
||||
|
||||
Reference in New Issue
Block a user