mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-11 13:46:17 +00:00
feat: warn user for selecting all patches (#649)
This commit is contained in:
@@ -155,6 +155,9 @@ class _PatchesSelectorViewState extends State<PatchesSelectorView> {
|
||||
CustomChip(
|
||||
label: I18nText('patchesSelectorView.all'),
|
||||
onSelected: (value) {
|
||||
if (value) {
|
||||
model.selectAllPatcherWarning(context);
|
||||
}
|
||||
model.selectAllPatches(true);
|
||||
},
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user