mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-20 11:57:02 -04:00
more plugin fixes
This commit is contained in:
parent
1176896a1b
commit
2133823bd3
5 changed files with 47 additions and 5 deletions
|
@ -34,7 +34,10 @@ export interface Patch {
|
|||
plugin: string;
|
||||
find: string;
|
||||
replacement: PatchReplacement | PatchReplacement[];
|
||||
/** Whether this patch should apply to multiple modules */
|
||||
all?: boolean;
|
||||
/** Do not warn if this patch did no changes */
|
||||
noWarn?: boolean;
|
||||
predicate?(): boolean;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue