mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-05-21 22:17:05 +02:00
feat: warn user for selecting all patches (#649)
This commit is contained in:
parent
f1e60f96c4
commit
c3df48174c
@ -155,6 +155,9 @@ class _PatchesSelectorViewState extends State<PatchesSelectorView> {
|
|||||||
CustomChip(
|
CustomChip(
|
||||||
label: I18nText('patchesSelectorView.all'),
|
label: I18nText('patchesSelectorView.all'),
|
||||||
onSelected: (value) {
|
onSelected: (value) {
|
||||||
|
if (value) {
|
||||||
|
model.selectAllPatcherWarning(context);
|
||||||
|
}
|
||||||
model.selectAllPatches(true);
|
model.selectAllPatches(true);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user