mirror of
				https://github.com/smartfrigde/armcord.git
				synced 2024-08-14 23:56:58 +00:00 
			
		
		
		
	Remove redundant code for saveSettings ipc call (#601)
This commit is contained in:
		
							parent
							
								
									36e5f95705
								
							
						
					
					
						commit
						4559a39b0a
					
				
					 1 changed files with 0 additions and 3 deletions
				
			
		|  | @ -92,9 +92,6 @@ export function registerIpc(): void { | ||||||
|         app.relaunch(); |         app.relaunch(); | ||||||
|         app.exit(); |         app.exit(); | ||||||
|     }); |     }); | ||||||
|     ipcMain.on("saveSettings", (_event, args) => { |  | ||||||
|         setConfigBulk(args); |  | ||||||
|     }); |  | ||||||
|     ipcMain.on("minimizeToTray", async (event) => { |     ipcMain.on("minimizeToTray", async (event) => { | ||||||
|         event.returnValue = await getConfig("minimizeToTray"); |         event.returnValue = await getConfig("minimizeToTray"); | ||||||
|     }); |     }); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue