aboutsummaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorVendicated <vendicated@riseup.net>2022-10-04 12:57:39 +0200
committerVendicated <vendicated@riseup.net>2022-10-04 12:57:39 +0200
commit3a9f6926442dd673bfac67424317e04b80bcc0f8 (patch)
tree0e90aea00c456b1352a3aba180035645b76066af /src/utils
parente35393b40cdf146644d7a136be422a9a280f56be (diff)
downloadVencord-3a9f6926442dd673bfac67424317e04b80bcc0f8.tar.gz
Vencord-3a9f6926442dd673bfac67424317e04b80bcc0f8.tar.bz2
Vencord-3a9f6926442dd673bfac67424317e04b80bcc0f8.zip
Fix Desktop thinking it's web
I forgor to test host after adding web support
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/isWeb.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils/isWeb.ts b/src/utils/isWeb.ts
deleted file mode 100644
index 4082164..0000000
--- a/src/utils/isWeb.ts
+++ /dev/null
@@ -1 +0,0 @@
-export const IS_WEB = window.IS_WEB = typeof window.DiscordNative === "undefined";