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