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