Fix Desktop thinking it's web
I forgor to test host after adding web support
This commit is contained in:
1
src/globals.d.ts
vendored
1
src/globals.d.ts
vendored
@ -1,4 +1,5 @@
|
||||
declare global {
|
||||
export var IS_WEB: boolean;
|
||||
export var VencordNative: typeof import("./VencordNative").default;
|
||||
export var Vencord: typeof import("./Vencord");
|
||||
export var appSettings: {
|
||||
|
Reference in New Issue
Block a user