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
|
||||
}),
|
||||
// Fix transparencyOption for custom discord titlebar
|
||||
|
||||
...(discordWindowsTitleBar && transparencyOption &&
|
||||
...(discordWindowsTitleBar &&
|
||||
transparencyOption &&
|
||||
transparencyOption !== "none" && {
|
||||
transparent: true
|
||||
}),
|
||||
|
|
Reference in a new issue