mod: 默认关闭硬解

This commit is contained in:
guozhigq
2024-04-27 20:40:23 +08:00
parent 8273ff2e02
commit 257596cb9e
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: '观看人数',