fix: adjust transparent window resizable text

It should only show the warning on Windows
This commit is contained in:
Nico 2024-07-01 19:45:36 +02:00 committed by D3SOX
parent 77492061f5
commit 4f989ee8ef
No known key found for this signature in database
GPG key ID: 39EC1673FC37B048

View file

@ -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",