mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
Merge branch 'main' of github.com:anyproto/anytype-ts into feature/JS-5614-webclipper-auth
This commit is contained in:
commit
ffe80f19ec
55 changed files with 795 additions and 1557 deletions
|
@ -175,7 +175,7 @@ class MenuManager {
|
|||
submenu: [
|
||||
{
|
||||
label: `${Util.translate('electronMenuReleaseNotes')} (${app.getVersion()})`,
|
||||
click: () => Util.send(this.win, 'popup', 'help', { preventResize: true, data: { document: 'whatsNew' } })
|
||||
click: () => Util.send(this.win, 'popup', 'help', { data: { document: 'whatsNew' } })
|
||||
},
|
||||
{
|
||||
label: Util.translate('electronMenuShortcuts'), accelerator: 'Ctrl+Space',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue