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
|
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