mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
prompt for updates on block open
This commit is contained in:
parent
9d39a6f038
commit
30a1bc240d
8 changed files with 27 additions and 6 deletions
|
@ -202,6 +202,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