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');
|
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()) {
|
||||||
|
@@ -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
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