mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-08 10:07:51 -06:00
feat: Finalize notes feature, update translations
This commit is contained in:
@@ -54,4 +54,5 @@ extension HiveBoxAccessors on HiveInterface {
|
||||
box<LocalUserAppState>(HiveBoxes.localUserAppState);
|
||||
Box<GlobalSettings> get globalSettingsBox =>
|
||||
box<GlobalSettings>(HiveBoxes.globalSettings);
|
||||
Box<bool> get hintStateBox => box<bool>(HiveBoxes.hintStateBox);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user