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:
parent
73addf911e
commit
48457f4c02
2 changed files with 4 additions and 38 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue