mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/lyswhut/lx-music-desktop.git
synced 2026-09-20 08:04:00 +08:00
Linux 点击托盘时将显示主界面(#2840)
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
- 优化kw歌单列表数据显示
|
||||
- 同步服务在连接时允许URL重定向
|
||||
- Linux 点击托盘时将显示主界面(#2840)
|
||||
|
||||
### 修复
|
||||
|
||||
|
||||
@@ -150,7 +150,7 @@ export const createTray = () => {
|
||||
// tray.setToolTip('LX Music')
|
||||
// createMenu()
|
||||
tray.setIgnoreDoubleClickEvents(true)
|
||||
if (isWin) {
|
||||
if (!isMac) {
|
||||
tray.on('click', () => {
|
||||
showMainWindow()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user