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:
parent
a2adb1ef83
commit
de11a5ac5f
4 changed files with 58 additions and 41 deletions
|
@ -161,6 +161,13 @@ function initTray () {
|
|||
}
|
||||
},
|
||||
{ type: 'separator' },
|
||||
{
|
||||
label: 'New object',
|
||||
click: () => {
|
||||
win.show();
|
||||
send('command', 'create');
|
||||
}
|
||||
},
|
||||
{
|
||||
label: 'Search object',
|
||||
click: () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue