mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-11 05:36:17 +00:00
feat: use default include property from patches
This commit is contained in:
@@ -3,11 +3,13 @@ class Patch {
|
||||
final String simpleName;
|
||||
final String version;
|
||||
final String description;
|
||||
final bool include;
|
||||
|
||||
Patch({
|
||||
required this.name,
|
||||
required this.simpleName,
|
||||
required this.version,
|
||||
required this.description,
|
||||
required this.include,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user