mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-11 04:07:56 -06:00
feat: Split settings, encrypted user credentials, preparations for multi user support
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
import 'package:hive_flutter/adapters.dart';
|
||||
import 'package:paperless_mobile/core/config/hive/hive_config.dart';
|
||||
|
||||
part 'color_scheme_option.g.dart';
|
||||
|
||||
@HiveType(typeId: HiveTypeIds.colorSchemeOption)
|
||||
enum ColorSchemeOption {
|
||||
@HiveField(0)
|
||||
classic,
|
||||
@HiveField(1)
|
||||
dynamic;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user