mirror of
				https://github.com/zulip/zulip-desktop.git
				synced 2025-11-04 05:53:21 +00:00 
			
		
		
		
	Revert "performance: Disable hardware acceleration to decrease the load on GPU."
This reverts commit fb74251a2c.
The actual problem in #213 was the infinite bouncing question mark
hotspot animation (https://github.com/zulip/zulip/issues/13760).
Signed-off-by: Anders Kaseorg <anders@zulip.com>
			
			
This commit is contained in:
		@@ -143,9 +143,6 @@ function createMainWindow(): Electron.BrowserWindow {
 | 
			
		||||
	return win;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// Decrease load on GPU (experimental)
 | 
			
		||||
app.disableHardwareAcceleration();
 | 
			
		||||
 | 
			
		||||
// Temporary fix for Electron render colors differently
 | 
			
		||||
// More info here - https://github.com/electron/electron/issues/10732
 | 
			
		||||
app.commandLine.appendSwitch('force-color-profile', 'srgb');
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user