|
|
@ -63,11 +63,15 @@ function VencordSettings() {
|
|
|
|
title: "Enable React Developer Tools",
|
|
|
|
title: "Enable React Developer Tools",
|
|
|
|
note: "Requires a full restart"
|
|
|
|
note: "Requires a full restart"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
!IS_WEB && !isWindows && {
|
|
|
|
!IS_WEB && (!isWindows ? {
|
|
|
|
key: "frameless",
|
|
|
|
key: "frameless",
|
|
|
|
title: "Disable the window frame",
|
|
|
|
title: "Disable the window frame",
|
|
|
|
note: "Requires a full restart"
|
|
|
|
note: "Requires a full restart"
|
|
|
|
},
|
|
|
|
} : {
|
|
|
|
|
|
|
|
key: "winNativeTitleBar",
|
|
|
|
|
|
|
|
title: "Use Windows' native title bar instead of Discord's custom one",
|
|
|
|
|
|
|
|
note: "Requires a full restart"
|
|
|
|
|
|
|
|
}),
|
|
|
|
!IS_WEB && {
|
|
|
|
!IS_WEB && {
|
|
|
|
key: "transparent",
|
|
|
|
key: "transparent",
|
|
|
|
title: "Enable window transparency",
|
|
|
|
title: "Enable window transparency",
|
|
|
|