Remove transparent: true
for transparencyOption (#266)
Co-authored-by: V <vendicated@riseup.net>
This commit is contained in:
parent
b059516707
commit
779c8fa516
1 changed files with 6 additions and 1 deletions
|
@ -396,7 +396,12 @@ function createMainWindow() {
|
|||
...(transparencyOption &&
|
||||
transparencyOption !== "none" && {
|
||||
backgroundColor: "#00000000",
|
||||
backgroundMaterial: transparencyOption,
|
||||
backgroundMaterial: transparencyOption
|
||||
}),
|
||||
// Fix transparencyOption for custom discord titlebar
|
||||
...(discordWindowsTitleBar &&
|
||||
transparencyOption &&
|
||||
transparencyOption !== "none" && {
|
||||
transparent: true
|
||||
}),
|
||||
...(staticTitle && { title: "Vesktop" }),
|
||||
|
|
Loading…
Reference in a new issue