From 072ad3d7e67300c1de25858b790670a46fb6c10e Mon Sep 17 00:00:00 2001 From: Kaydax Date: Sat, 28 Jan 2023 17:54:38 -0500 Subject: feat(settings): Add the ability to make the window transparent (#457) --- src/components/VencordSettings/VencordTab.tsx | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/components') diff --git a/src/components/VencordSettings/VencordTab.tsx b/src/components/VencordSettings/VencordTab.tsx index e1632b1..9f55d57 100644 --- a/src/components/VencordSettings/VencordTab.tsx +++ b/src/components/VencordSettings/VencordTab.tsx @@ -108,6 +108,13 @@ function VencordSettings() { > Disable the window frame + settings.transparent = v} + note="Requires a full restart" + > + Enable window transparency + {navigator.platform.toLowerCase().startsWith("win") && (