1
0
Fork 0
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:
Andrew Simachev 2025-06-06 11:26:02 +02:00
parent c5394cc281
commit 0892f0c851
No known key found for this signature in database
GPG key ID: 1DFE44B21443F0EF

View file

@ -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) },