fix disable search suggestion

related #923

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-01 21:06:28 +08:00
parent 1071a29b26
commit 199ddc0e7e
3 changed files with 32 additions and 28 deletions

View File

@@ -742,7 +742,7 @@ class Pref {
static bool get defaultShowComment =>
_setting.get(SettingBoxKey.defaultShowComment, defaultValue: false);
static bool get enableHotKey =>
static bool get enableTrending =>
_setting.get(SettingBoxKey.enableHotKey, defaultValue: true);
static bool get enableSearchRcmd =>