1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00

#284105g: fix

This commit is contained in:
Andrew Simachev 2022-05-03 20:15:38 +03:00
parent 5d1af03a9c
commit c12c85fbbb

View file

@ -146,7 +146,6 @@ function initTray () {
tray = new Tray (trayIcon());
tray.setToolTip('Anytype');
tray.on('click', () => { win.show(); });
tray.setContextMenu(Menu.buildFromTemplate([
{ label: 'Open Anytype', click: () => { win.show(); } },