mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-11 13:05:37 +02:00
feat: Add ability to set null
in patch options (#1947)
This commit is contained in:
parent
fc52560244
commit
5c68d513a3
6 changed files with 155 additions and 278 deletions
|
@ -31,7 +31,6 @@ class ManagerAPI {
|
|||
final String cliRepo = 'revanced-cli';
|
||||
late SharedPreferences _prefs;
|
||||
List<Patch> patches = [];
|
||||
List<Option> modifiedOptions = [];
|
||||
List<Option> options = [];
|
||||
Patch? selectedPatch;
|
||||
BuildContext? ctx;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue