mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-19 08:36:17 +08:00
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user