mirror of
				https://github.com/smartfrigde/armcord.git
				synced 2024-08-14 23:56:58 +00:00 
			
		
		
		
	Update to new desktop icon
This commit is contained in:
		
							parent
							
								
									017ee7b430
								
							
						
					
					
						commit
						51018b108a
					
				
					 6 changed files with 2 additions and 2 deletions
				
			
		|  | @ -66,7 +66,7 @@ if (!app.requestSingleInstanceLock()) { | |||
|         if ((await getConfig("customIcon")) !== undefined ?? null) { | ||||
|             iconPath = await getConfig("customIcon"); | ||||
|         } else { | ||||
|             iconPath = path.join(__dirname, "../", "/assets/ac_icon_transparent.png"); | ||||
|             iconPath = path.join(__dirname, "../", "/assets/desktop.png"); | ||||
|         } | ||||
|         async function init(): Promise<void> { | ||||
|             switch (await getConfig("windowStyle")) { | ||||
|  |  | |||
|  | @ -57,7 +57,7 @@ export function setup(): void { | |||
|         trayIcon: "default", | ||||
|         doneSetup: false, | ||||
|         clientName: "ArmCord", | ||||
|         customIcon: path.join(__dirname, "../", "/assets/ac_icon_transparent.png") | ||||
|         customIcon: path.join(__dirname, "../", "/assets/desktop.png") | ||||
|     }; | ||||
|     setConfigBulk({ | ||||
|         ...defaults | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue