mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-11 05:36:17 +00:00
feat(patcher-view): show notice for removed patches that were used previously (#1107)
This commit is contained in:
@@ -22,7 +22,7 @@ class PatcherView extends StatelessWidget {
|
||||
child: FloatingActionButton.extended(
|
||||
label: I18nText('patcherView.patchButton'),
|
||||
icon: const Icon(Icons.build),
|
||||
onPressed: () => model.showPatchConfirmationDialog(context),
|
||||
onPressed: () => model.showRemovedPatchesDialog(context),
|
||||
),
|
||||
),
|
||||
body: CustomScrollView(
|
||||
|
||||
Reference in New Issue
Block a user