1
0
Fork 0
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:
Andrew Simachev 2025-01-07 10:20:06 +01:00
commit ffe80f19ec
No known key found for this signature in database
GPG key ID: 1DFE44B21443F0EF
55 changed files with 795 additions and 1557 deletions

View file

@ -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',