mirror of
				https://github.com/smartfrigde/armcord.git
				synced 2024-08-14 23:56:58 +00:00 
			
		
		
		
	Add wayland specific patches
This commit is contained in:
		
							parent
							
								
									41933e3c4f
								
							
						
					
					
						commit
						3e8526f0f7
					
				
					 1 changed files with 7 additions and 0 deletions
				
			
		|  | @ -12,6 +12,13 @@ export var settings: any; | |||
| export var customTitlebar: boolean; | ||||
| export var tabs: boolean; | ||||
| 
 | ||||
| if (process.platform == "linux") { | ||||
|     if (process.env.$XDG_SESSION_TYPE == "wayland") { | ||||
|         console.log("Wayland specific patches applied.") | ||||
|         app.commandLine.appendSwitch("enable-features=UseOzonePlatform"); | ||||
|         app.commandLine.appendSwitch("ozone-platform=wayland"); | ||||
|     } | ||||
| } | ||||
| checkIfConfigExists(); | ||||
| 
 | ||||
| app.whenReady().then(async () => { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue