mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 12:30:12 +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();
|
||||
createWinThumbarButtons();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user