1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00

Merge branch 'master' of github.com:anytypeio/js-anytype

This commit is contained in:
Andrew Simachev 2020-07-28 18:19:50 +03:00
commit 613a9a4ed4
14 changed files with 131 additions and 14 deletions

View file

@ -200,6 +200,10 @@ function createWindow () {
ipcMain.on('exit', (e, relaunch) => {
exit(relaunch);
});
ipcMain.on('update', (e) => {
checkUpdate();
});
ipcMain.on('urlOpen', async (e, url) => {
shell.openExternal(url).catch((error) => {