Skip to content

Commit

Permalink
fix: adjust transparent window resizable text
Browse files Browse the repository at this point in the history
It should only show the warning on Windows
  • Loading branch information
D3SOX committed Jul 1, 2024
1 parent 7749206 commit 4f989ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/VencordSettings/VencordTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4f989ee

Please sign in to comment.