From 97b6699afefe373d510dda5589a0754a4b380153 Mon Sep 17 00:00:00 2001 From: V Date: Thu, 21 Sep 2023 18:56:58 +0200 Subject: Fuck you Mozilla --- src/components/VencordSettings/ThemesTab.tsx | 25 +++++++++++++++++++------ src/components/VencordSettings/VencordTab.tsx | 15 +++++++++------ 2 files changed, 28 insertions(+), 12 deletions(-) (limited to 'src/components') diff --git a/src/components/VencordSettings/ThemesTab.tsx b/src/components/VencordSettings/ThemesTab.tsx index 4ff5be5..37d06c7 100644 --- a/src/components/VencordSettings/ThemesTab.tsx +++ b/src/components/VencordSettings/ThemesTab.tsx @@ -18,8 +18,10 @@ import { useSettings } from "@api/Settings"; import { classNameFactory } from "@api/Styles"; +import { ErrorCard } from "@components/ErrorCard"; import { Flex } from "@components/Flex"; import { Link } from "@components/Link"; +import { IsFirefox } from "@utils/constants"; import { Margins } from "@utils/margins"; import { classes } from "@utils/misc"; import { showItemInFolder } from "@utils/native"; @@ -249,12 +251,14 @@ function ThemesTab() { > Load missing Themes - + {!IsFirefox && ( + + )} @@ -316,6 +320,15 @@ function ThemesTab() { return ( + {IsFirefox && ( + + Warning + + You are using Firefox. Expect the vast majority of themes to not work. + If this is a problem, use a chromium browser or Discord Desktop / Vesktop. + + + )} )} - + {!IsFirefox && ( + + )} {!IS_WEB && (