mirror of
				https://github.com/zulip/zulip-desktop.git
				synced 2025-11-04 05:53:21 +00:00 
			
		
		
		
	Compare commits
	
		
			1 Commits
		
	
	
		
			v3.1.0-bet
			...
			v2.3.1
		
	
	| 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