mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
graph in sudo menu
This commit is contained in:
parent
f7de87b215
commit
dd7a3f5fdc
1 changed files with 5 additions and 1 deletions
|
@ -587,7 +587,11 @@ function menuInit () {
|
|||
setConfig({ allowDataview: !config.allowDataview });
|
||||
win.reload();
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
label: 'Graph',
|
||||
click: () => { send('popup', 'graph', {}); }
|
||||
},
|
||||
]
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue