mod: enableCDN default false

This commit is contained in:
guozhigq
2024-11-26 23:35:48 +08:00
parent 97d9bd4547
commit bae1550593
3 changed files with 3 additions and 3 deletions

View File

@ -95,7 +95,7 @@ class _PlaySettingState extends State<PlaySetting> {
title: 'CDN优化',
subTitle: '使用优质CDN线路',
setKey: SettingBoxKey.enableCDN,
defaultVal: true,
defaultVal: false,
),
const SetSwitchItem(
title: '自动播放',