mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-10 15:13:02 -04:00
Fix Desktop thinking it's web
I forgor to test host after adding web support
This commit is contained in:
parent
e35393b40c
commit
3a9f692644
6 changed files with 8 additions and 5 deletions
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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue