1
0
Fork 0
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:
Andrew Simachev 2021-08-23 10:57:25 +03:00
parent f7de87b215
commit dd7a3f5fdc

View file

@ -587,7 +587,11 @@ function menuInit () {
setConfig({ allowDataview: !config.allowDataview });
win.reload();
}
}
},
{
label: 'Graph',
click: () => { send('popup', 'graph', {}); }
},
]
});
};