Skip to content

Commit

Permalink
Merge pull request #92 from intechstudio/KKERTI-dev
Browse files Browse the repository at this point in the history
Kkerti dev
  • Loading branch information
kkerti authored May 2, 2022
2 parents 6a8db23 + 387be19 commit e8ce846
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/app/shared/updater/Updater.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
</script>

{#if updateNotification} <!--updateNotification-->
<!--updateNotification-->
{#if updateNotification}
<div style="z-index:9999;" class="bg-primary fixed text-white shadow rounded-lg left-1 bottom-1">
<div id="notification" style="width:300px" class="p-4 rounded-lg">

Expand Down
1 change: 1 addition & 0 deletions src/electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ autoUpdater.on('update-downloaded', () => {
});

ipcMain.on('restart_app', () => {
mainWindow.setClosable(true);
autoUpdater.quitAndInstall();
});

Expand Down

0 comments on commit e8ce846

Please sign in to comment.