mod: search history

Closes #488

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-03-24 20:49:06 +08:00
parent d37685f7cf
commit 025b5c8e6d
3 changed files with 10 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ class MineController extends GetxController {
RxBool isLogin = false.obs;
Rx<ThemeType> themeType = ThemeType.system.obs;
static Box get setting => GStorage.setting;
Box get setting => GStorage.setting;
static RxBool anonymity = (Accounts.account.isNotEmpty &&
!Accounts.get(AccountType.heartbeat).isLogin)
.obs;