mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-08 16:07:52 -06:00
HOTFIX: Remove clear downloaded files setting
This commit is contained in:
@@ -58,13 +58,13 @@ class SettingsPage extends StatelessWidget {
|
|||||||
Text(S.of(context).settingsPageSecuritySettingsDescriptionText),
|
Text(S.of(context).settingsPageSecuritySettingsDescriptionText),
|
||||||
onTap: () => _goto(const SecuritySettingsPage(), context),
|
onTap: () => _goto(const SecuritySettingsPage(), context),
|
||||||
),
|
),
|
||||||
ListTile(
|
// ListTile(
|
||||||
// leading: const Icon(Icons.storage_outlined),
|
// // leading: const Icon(Icons.storage_outlined),
|
||||||
title: Text(S.of(context).settingsPageStorageSettingsLabel),
|
// title: Text(S.of(context).settingsPageStorageSettingsLabel),
|
||||||
subtitle:
|
// subtitle:
|
||||||
Text(S.of(context).settingsPageStorageSettingsDescriptionText),
|
// Text(S.of(context).settingsPageStorageSettingsDescriptionText),
|
||||||
onTap: () => _goto(const StorageSettingsPage(), context),
|
// onTap: () => _goto(const StorageSettingsPage(), context),
|
||||||
),
|
// ),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
|||||||
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||||
# Read more about iOS versioning at
|
# Read more about iOS versioning at
|
||||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||||
version: 2.0.4+21
|
version: 2.0.5+22
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=2.19.0 <4.0.0'
|
sdk: '>=2.19.0 <4.0.0'
|
||||||
|
|||||||
Reference in New Issue
Block a user