Added description

This commit is contained in:
Benjamin Halko 2024-03-05 08:45:45 -08:00
parent d83869da2c
commit 979cbfe94d
2 changed files with 9 additions and 0 deletions

View File

@ -264,6 +264,7 @@
"exportButton": "Export",
"deleteButton": "Delete",
"rootDialogTitle": "Error",
"patchHistoryDescription": "This is a backup of the last patched app. You can install or export it later.",
"unmountDialogText": "Are you sure you want to unmount this app?",
"uninstallDialogText": "Are you sure you want to uninstall this app?",
"rootDialogText": "App was installed with superuser permissions, but currently ReVanced Manager has no permissions.\nPlease grant superuser permissions first.",

View File

@ -59,6 +59,14 @@ class AppInfoView extends StatelessWidget {
style: Theme.of(context).textTheme.titleLarge,
),
const SizedBox(height: 20),
if (isHistory) ...[
ListTile(
contentPadding:
const EdgeInsets.symmetric(horizontal: 20.0),
subtitle: Text(t.appInfoView.patchHistoryDescription),
),
const SizedBox(height: 4),
],
Padding(
padding: const EdgeInsets.symmetric(horizontal: 20.0),
child: CustomCard(