feat(patcher-view): show notice for removed patches that were used previously (#1107)

This commit is contained in:
aAbed
2023-08-10 01:17:13 +05:45
committed by GitHub
parent ea05d13a1f
commit acec064cb7
5 changed files with 63 additions and 3 deletions

View File

@@ -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(