mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 13:23:28 -05:00
Refac: Clarified Transparency warning message (#114)
This commit is contained in:
parent
341d04b643
commit
70f5dba456
1 changed files with 2 additions and 2 deletions
|
@ -109,8 +109,8 @@ function EquicordSettings() {
|
||||||
title: "Enable window transparency.",
|
title: "Enable window transparency.",
|
||||||
note: "You need a theme that supports transparency or this will do nothing. Requires a full restart!",
|
note: "You need a theme that supports transparency or this will do nothing. Requires a full restart!",
|
||||||
warning: {
|
warning: {
|
||||||
enabled: true,
|
enabled: isWindows,
|
||||||
message: "This will stop the window from being resizable.",
|
message: "Enabling this will prevent you from snapping this window.",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
!IS_WEB &&
|
!IS_WEB &&
|
||||||
|
|
Loading…
Reference in a new issue