mirror of
				https://github.com/zulip/zulip-desktop.git
				synced 2025-10-31 20:13:43 +00:00 
			
		
		
		
	Compare commits
	
		
			1 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | 5b34bc696e | 
| @@ -131,6 +131,9 @@ function createMainWindow() { | |||||||
| // Decrease load on GPU (experimental) | // Decrease load on GPU (experimental) | ||||||
| app.disableHardwareAcceleration(); | app.disableHardwareAcceleration(); | ||||||
|  |  | ||||||
|  | // Temporary fix for Electron render colors differently | ||||||
|  | app.commandLine.appendSwitch('force-color-profile', 'srgb'); | ||||||
|  |  | ||||||
| // eslint-disable-next-line max-params | // eslint-disable-next-line max-params | ||||||
| app.on('certificate-error', (event, webContents, url, error, certificate, callback) => { | app.on('certificate-error', (event, webContents, url, error, certificate, callback) => { | ||||||
| 	event.preventDefault(); | 	event.preventDefault(); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user