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

@ -101,6 +101,7 @@ class InstallerViewModel extends BaseViewModel {
_patcherAPI.getFilteredPatches(_app.packageName),
_app.packageName,
);
await _managerAPI.setUsedPatches(_patches, _app.packageName);
} else if (value == -100.0) {
isPatching = false;
hasErrors = true;