mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-17 14:12:41 -06:00
feat: Add more user related state to hive
This commit is contained in:
@@ -29,7 +29,4 @@ class GlobalSettings with HiveObjectMixin {
|
||||
this.showOnboarding = true,
|
||||
this.currentLoggedInUser,
|
||||
});
|
||||
|
||||
static GlobalSettings get boxedValue =>
|
||||
Hive.box<GlobalSettings>(HiveBoxes.globalSettings).getValue()!;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user