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:
@ -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