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

CU-hn5uqe: Tray menu options update + refactoring

This commit is contained in:
Andrew Simachev 2021-05-01 16:05:53 +03:00
parent a2adb1ef83
commit de11a5ac5f
4 changed files with 58 additions and 41 deletions

View file

@ -161,6 +161,13 @@ function initTray () {
}
},
{ type: 'separator' },
{
label: 'New object',
click: () => {
win.show();
send('command', 'create');
}
},
{
label: 'Search object',
click: () => {