From 4f989ee8efbf3387424ec749f913a623c1568a2d Mon Sep 17 00:00:00 2001 From: Nico Date: Mon, 1 Jul 2024 19:45:36 +0200 Subject: [PATCH] fix: adjust transparent window resizable text It should only show the warning on Windows --- src/components/VencordSettings/VencordTab.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/VencordSettings/VencordTab.tsx b/src/components/VencordSettings/VencordTab.tsx index d13b43fb2..81485462d 100644 --- a/src/components/VencordSettings/VencordTab.tsx +++ b/src/components/VencordSettings/VencordTab.tsx @@ -93,7 +93,7 @@ function VencordSettings() { !IS_WEB && { key: "transparent", title: "Enable window transparency.", - note: "You need a theme that supports transparency or this will do nothing. WILL STOP THE WINDOW FROM BEING RESIZABLE!! Requires a full restart" + note: `You need a theme that supports transparency or this will do nothing. ${isWindows ? "WILL STOP THE WINDOW FROM BEING RESIZABLE!!" : ""} Requires a full restart` }, !IS_WEB && isWindows && { key: "winCtrlQ",