Skip to content

Commit

Permalink
fix: update checkUpdate function call to enable automatic checks on s…
Browse files Browse the repository at this point in the history
…tart
  • Loading branch information
Tsuzat committed Jan 30, 2025
1 parent 650d162 commit a788939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
await APPWINDOW.show();
// check for updates
if ($CHECK_UPDATE_ON_START) await checkUpdate();
if ($CHECK_UPDATE_ON_START) await checkUpdate(true);
});
</script>

Expand Down

0 comments on commit a788939

Please sign in to comment.