|
|
@ -106,7 +106,7 @@ class FilesAppSpecificOptions extends NextcloudAppOptions { |
|
|
|
late final uploadSizeWarning = SelectOption<int?>( |
|
|
|
late final uploadSizeWarning = SelectOption<int?>( |
|
|
|
storage: storage, |
|
|
|
storage: storage, |
|
|
|
category: generalCategory, |
|
|
|
category: generalCategory, |
|
|
|
key: FilesOptionKeys.uploadQueueParallelism, |
|
|
|
key: FilesOptionKeys.uploadSizeWarning, |
|
|
|
label: (final context) => AppLocalizations.of(context).optionsUploadSizeWarning, |
|
|
|
label: (final context) => AppLocalizations.of(context).optionsUploadSizeWarning, |
|
|
|
defaultValue: _mb(10), |
|
|
|
defaultValue: _mb(10), |
|
|
|
values: _sizeWarningValues, |
|
|
|
values: _sizeWarningValues, |
|
|
|