Remove transparent: true for transparencyOption
				
					
				
			See https://github.com/electron/electron/issues/29937#issuecomment-1193030133
This commit is contained in:
		
							parent
							
								
									032b94e81d
								
							
						
					
					
						commit
						1913aba9df
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		|  | @ -396,8 +396,7 @@ function createMainWindow() { | |||
|         ...(transparencyOption && | ||||
|             transparencyOption !== "none" && { | ||||
|                 backgroundColor: "#00000000", | ||||
|                 backgroundMaterial: transparencyOption, | ||||
|                 transparent: true | ||||
|                 backgroundMaterial: transparencyOption | ||||
|             }), | ||||
|         ...(staticTitle && { title: "Vesktop" }), | ||||
|         ...(process.platform === "darwin" && getDarwinOptions()), | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Marocco2
						Marocco2