mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
activate tray on single click
This commit is contained in:
+1
-1
@@ -199,7 +199,7 @@ const createTray = () => {
|
|||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
|
|
||||||
tray.on('double-click', () => {
|
tray.on('click', () => {
|
||||||
mainWindow?.show();
|
mainWindow?.show();
|
||||||
createWinThumbarButtons();
|
createWinThumbarButtons();
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user