mirror of
				https://github.com/smartfrigde/armcord.git
				synced 2024-08-14 23:56:58 +00:00 
			
		
		
		
	Updated README.md
This commit is contained in:
		
							parent
							
								
									b025948d90
								
							
						
					
					
						commit
						31c5a88e94
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -73,7 +73,7 @@ ArmCord is also available on the Snap store [here](https://snapcraft.io/armcord) | |||
| [electron-discord-webapp](https://github.com/SpacingBat3/electron-discord-webapp)     | ||||
| [custom-electron-titlebar (css only)](https://github.com/AlexTorresSk/custom-electron-titlebar)     | ||||
| [electron-builder](https://electron.build)   | ||||
| [OpenAsar (~~stole~~ borrowed code for adding items to the settings modal seemlessly)](https://github.com/GooseMod/OpenAsar)      | ||||
| [OpenAsar (~~stole~~ borrowed code for adding custom build info seemlessly)](https://github.com/GooseMod/OpenAsar)      | ||||
| # Sponsors | ||||
|  [](https://jb.gg/OpenSourceSupport) | ||||
| 
 | ||||
|  |  | |||
|  | @ -25,7 +25,7 @@ app.whenReady().then(async () => { | |||
|         tray.setToolTip("Discord"); | ||||
|         tray.setContextMenu(contextMenu); | ||||
|     } else { | ||||
|         var trayIcon = await getConfig("trayIcon") ?? "ac_plug_colored"; | ||||
|         var trayIcon = (await getConfig("trayIcon")) ?? "ac_plug_colored"; | ||||
|         tray = new Tray(path.join(__dirname, "../", `/assets/${trayIcon}.png`)); | ||||
|         const contextMenu = Menu.buildFromTemplate([ | ||||
|             { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue