mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-27 11:38:40 +00:00
disable search default by def
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -24,7 +24,7 @@ class HomeController extends GetxController
|
||||
final bool useSideBar = Pref.useSideBar;
|
||||
|
||||
bool enableSearchWord = Pref.enableSearchWord;
|
||||
late RxString defaultSearch = ''.obs;
|
||||
late final RxString defaultSearch = ''.obs;
|
||||
late int lateCheckSearchAt = 0;
|
||||
|
||||
ScrollOrRefreshMixin get controller => tabs[tabController.index].ctr();
|
||||
|
||||
Reference in New Issue
Block a user