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:
commit
613a9a4ed4
14 changed files with 131 additions and 14 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue