mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 12:47:37 +02: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