mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-03 05:23:17 +00:00
tray icon fixed
This commit is contained in:
@@ -6,7 +6,7 @@ const {addDomain, about} = require('./windowmanager');
|
||||
|
||||
let tray = null;
|
||||
|
||||
const APP_ICON = path.join(__dirname, '../resources', 'Icon');
|
||||
const APP_ICON = path.join(__dirname, '../resources', 'tray');
|
||||
|
||||
const iconPath = () => {
|
||||
return APP_ICON + (process.platform === 'win32' ? '.ico' : '.png');
|
||||
|
||||
BIN
app/resources/tray.ico
Normal file
BIN
app/resources/tray.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 361 KiB |
BIN
app/resources/tray.png
Normal file
BIN
app/resources/tray.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 737 B |
Reference in New Issue
Block a user