From 3a9f6926442dd673bfac67424317e04b80bcc0f8 Mon Sep 17 00:00:00 2001 From: Vendicated Date: Tue, 4 Oct 2022 12:57:39 +0200 Subject: Fix Desktop thinking it's web I forgor to test host after adding web support --- src/utils/isWeb.ts | 1 - 1 file changed, 1 deletion(-) delete mode 100644 src/utils/isWeb.ts (limited to 'src/utils') 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"; -- cgit