From 70f5dba4568c583c3cb10f457cc15107ad9e10ee Mon Sep 17 00:00:00 2001 From: Justin <68541335+TheAyes@users.noreply.github.com> Date: Fri, 20 Dec 2024 00:02:14 +0100 Subject: [PATCH] Refac: Clarified Transparency warning message (#114) --- src/components/VencordSettings/VencordTab.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/VencordSettings/VencordTab.tsx b/src/components/VencordSettings/VencordTab.tsx index deabef4a..55ff94ab 100644 --- a/src/components/VencordSettings/VencordTab.tsx +++ b/src/components/VencordSettings/VencordTab.tsx @@ -109,8 +109,8 @@ function EquicordSettings() { title: "Enable window transparency.", note: "You need a theme that supports transparency or this will do nothing. Requires a full restart!", warning: { - enabled: true, - message: "This will stop the window from being resizable.", + enabled: isWindows, + message: "Enabling this will prevent you from snapping this window.", }, }, !IS_WEB &&