fix prettier
This commit is contained in:
parent
ee57ca442a
commit
40a0f40bc7
1 changed files with 1 additions and 0 deletions
|
@ -399,6 +399,7 @@ function createMainWindow() {
|
||||||
backgroundMaterial: transparencyOption
|
backgroundMaterial: transparencyOption
|
||||||
}),
|
}),
|
||||||
// Fix transparencyOption for custom discord titlebar
|
// Fix transparencyOption for custom discord titlebar
|
||||||
|
|
||||||
...(discordWindowsTitleBar && transparencyOption &&
|
...(discordWindowsTitleBar && transparencyOption &&
|
||||||
transparencyOption !== "none" && {
|
transparencyOption !== "none" && {
|
||||||
transparent: true
|
transparent: true
|
||||||
|
|
Reference in a new issue