feat: custom enable search suggestion

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-20 11:15:58 +08:00
parent 5c6be9cdcd
commit 34eb1def44
3 changed files with 18 additions and 2 deletions

View File

@@ -1903,6 +1903,13 @@ List<SettingsModel> get extraSettings => [
defaultVal: false,
needReboot: true,
),
SettingsModel(
settingsType: SettingsType.sw1tch,
title: '搜索建议',
leading: Icon(Icons.search),
setKey: SettingBoxKey.searchSuggestion,
defaultVal: true,
),
SettingsModel(
settingsType: SettingsType.sw1tch,
enableFeedback: true,