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

remove unused fields from cover.json

This commit is contained in:
Andrew Simachev 2021-11-12 14:33:39 +03:00
parent 73addf911e
commit 48457f4c02
2 changed files with 4 additions and 38 deletions

View file

@ -434,6 +434,10 @@ function menuInit () {
label: 'Check for updates',
click: () => { checkUpdate(false); }
},
{
label: 'Settings',
click: () => { send('popup', 'settings', {}); }
},
{ type: 'separator' },
{
label: 'Quit', accelerator: 'CmdOrCtrl+Q',