Compare commits

...

2 commits

Author SHA1 Message Date
Nico
350859acaf
Merge 4f989ee8ef into b822542352 2024-09-13 21:19:43 +02:00
Nico
4f989ee8ef
fix: adjust transparent window resizable text
It should only show the warning on Windows
2024-07-01 19:48:45 +02:00

View file

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