diff --git a/app/main/tray.js b/app/main/tray.js index 21a0567f..7843ceaa 100644 --- a/app/main/tray.js +++ b/app/main/tray.js @@ -15,9 +15,6 @@ let domainWindow; const iconPath = path.join(__dirname, '../resources', 'Icon.png'); exports.create = win => { - if (process.platform === 'darwin' || tray) { - return; - } const toggleWin = () => { if (win.isVisible()) { diff --git a/app/renderer/about.html b/app/renderer/about.html index 19d33eb5..5a24ed57 100644 --- a/app/renderer/about.html +++ b/app/renderer/about.html @@ -6,7 +6,7 @@
-
+

Version : 0.0.1

License : Apache

Maintainer : Zulip

diff --git a/app/resources/zulip.png b/app/resources/zulip.png new file mode 100644 index 00000000..2fa92b76 Binary files /dev/null and b/app/resources/zulip.png differ