mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-10 15:13:02 -04:00
Add back transparency option
This commit is contained in:
parent
74300e0a69
commit
988435714e
2 changed files with 4 additions and 5 deletions
|
@ -79,8 +79,7 @@ if (!IS_VANILLA) {
|
|||
delete options.frame;
|
||||
}
|
||||
|
||||
// This causes electron to freeze / white screen for some people
|
||||
if ((settings as any).transparentUNSAFE_USE_AT_OWN_RISK) {
|
||||
if (settings.transparent) {
|
||||
options.transparent = true;
|
||||
options.backgroundColor = "#00000000";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue