🐛 OS X tray icon fixed

This commit is contained in:
akashnimare
2016-07-04 00:45:12 +05:30
parent c15fd2b77b
commit f7b4692fdd
3 changed files with 1 additions and 4 deletions

View File

@@ -15,9 +15,6 @@ let domainWindow;
const iconPath = path.join(__dirname, '../resources', 'Icon.png'); const iconPath = path.join(__dirname, '../resources', 'Icon.png');
exports.create = win => { exports.create = win => {
if (process.platform === 'darwin' || tray) {
return;
}
const toggleWin = () => { const toggleWin = () => {
if (win.isVisible()) { if (win.isVisible()) {

View File

@@ -6,7 +6,7 @@
</head> </head>
<body> <body>
<div class="about"> <div class="about">
<center><img src="../resources/Icon.png"></center> <center><img src="../resources/zulip.png"></center>
<center><p class="detail"> Version : 0.0.1 </p> <center><p class="detail"> Version : 0.0.1 </p>
<center><p class="detail"> License : Apache </p> <center><p class="detail"> License : Apache </p>
<center><p class="detail"> Maintainer : Zulip </p> <center><p class="detail"> Maintainer : Zulip </p>

BIN
app/resources/zulip.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB