opt search

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-07-26 12:38:54 +08:00
parent d17dbe139e
commit bb36876d1e
6 changed files with 31 additions and 29 deletions

View File

@@ -24,7 +24,7 @@ class HomeController extends GetxController
final bool hideSearchBar = Pref.hideSearchBar;
final bool useSideBar = Pref.useSideBar;
final bool enableSearchWord = Pref.enableSearchWord;
bool enableSearchWord = Pref.enableSearchWord;
late RxString defaultSearch = ''.obs;
late int lateCheckSearchAt = 0;