mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 04:37:37 +02:00
feat: use default include property from patches
This commit is contained in:
@ -14,6 +14,11 @@ class PatchesSelectorViewModel extends BaseViewModel {
|
||||
patches.addAll(await _patcherAPI.getFilteredPatches(
|
||||
locator<PatcherViewModel>().selectedApp,
|
||||
));
|
||||
for (Patch p in patches) {
|
||||
if (p.include) {
|
||||
selectedPatches.add(p);
|
||||
}
|
||||
}
|
||||
notifyListeners();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user