mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-08 16:07:52 -06:00
feat: Add setting to always upload scans as pdf
This commit is contained in:
@@ -29,6 +29,9 @@ class GlobalSettings with HiveObjectMixin {
|
||||
@HiveField(6)
|
||||
FileDownloadType defaultShareType;
|
||||
|
||||
@HiveField(7, defaultValue: false)
|
||||
bool enforceSinglePagePdfUpload;
|
||||
|
||||
GlobalSettings({
|
||||
required this.preferredLocaleSubtag,
|
||||
this.preferredThemeMode = ThemeMode.system,
|
||||
@@ -37,5 +40,6 @@ class GlobalSettings with HiveObjectMixin {
|
||||
this.currentLoggedInUser,
|
||||
this.defaultDownloadType = FileDownloadType.alwaysAsk,
|
||||
this.defaultShareType = FileDownloadType.alwaysAsk,
|
||||
this.enforceSinglePagePdfUpload = false,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user