mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-10-23 03:31:56 +00:00
🐛 OS X tray icon fixed
This commit is contained in:
@@ -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()) {
|
||||
|
@@ -6,7 +6,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<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"> License : Apache </p>
|
||||
<center><p class="detail"> Maintainer : Zulip </p>
|
||||
|
BIN
app/resources/zulip.png
Normal file
BIN
app/resources/zulip.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
Reference in New Issue
Block a user