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:
parent
5d1af03a9c
commit
c12c85fbbb
1 changed files with 0 additions and 1 deletions
|
@ -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(); } },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue