Refac: Clarified Transparency warning message (#114)

This commit is contained in:
Justin 2024-12-20 00:02:14 +01:00 committed by GitHub
parent 341d04b643
commit 70f5dba456
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 &&