mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2026-07-08 07:50:45 +00:00
ico
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 353 KiB |
+1
-1
@@ -40,7 +40,7 @@ function leaguesMenuItem () {
|
||||
}
|
||||
|
||||
export function createTray () {
|
||||
tray = new Tray(path.join(__static, 'icon.png')) // @TODO .ico for windows
|
||||
tray = new Tray(path.join(__static, process.platform === 'win32' ? 'icon.ico' : 'icon.png'))
|
||||
|
||||
ipcMain.on(LEAGUES_READY, (e, leagues_: League[]) => {
|
||||
leagues = leagues_
|
||||
|
||||
Reference in New Issue
Block a user