mod: 默认关闭硬解

This commit is contained in:
guozhigq
2024-04-27 20:40:23 +08:00
parent d60bc7fa45
commit 448e5f823b
3 changed files with 4 additions and 4 deletions

View File

@ -131,7 +131,7 @@ class _PlaySettingState extends State<PlaySetting> {
title: '开启硬解',
subTitle: '以较低功耗播放视频',
setKey: SettingBoxKey.enableHA,
defaultVal: true,
defaultVal: false,
),
const SetSwitchItem(
title: '观看人数',