mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-07 21:47:02 +09:00
feat: add 'Read all messages' action to Sudo menu in debug menu
This commit is contained in:
parent
c5394cc281
commit
0892f0c851
1 changed files with 2 additions and 0 deletions
|
@ -367,6 +367,8 @@ class MenuManager {
|
|||
|
||||
{ label: 'Reset onboarding', click: () => Util.send(this.win, 'commandGlobal', 'resetOnboarding') },
|
||||
|
||||
{ label: 'Read all messages', click: () => Util.send(this.win, 'commandGlobal', 'readAllMessages') },
|
||||
|
||||
Separator,
|
||||
|
||||
{ label: 'Relaunch', click: () => Api.exit(this.win, true) },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue