mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-10 15:13:02 -04:00
Fix NPE when opening DevTools
This commit is contained in:
parent
876e622f4f
commit
1709ab61ef
4 changed files with 17 additions and 7 deletions
6
src/globals.d.ts
vendored
6
src/globals.d.ts
vendored
|
@ -1,7 +1,5 @@
|
|||
import TVencordNative from "./VencordNative";
|
||||
|
||||
declare global {
|
||||
export var VencordNative: typeof TVencordNative;
|
||||
export var VencordNative: typeof import("./VencordNative").default;
|
||||
export var appSettings: {
|
||||
set(setting: string, v: any): void;
|
||||
};
|
||||
|
@ -12,3 +10,5 @@ declare global {
|
|||
};
|
||||
}
|
||||
}
|
||||
|
||||
export { };
|
Loading…
Add table
Add a link
Reference in a new issue