Skip to content

Commit

Permalink
Hotfix: disable auto update check
Browse files Browse the repository at this point in the history
  • Loading branch information
Herysia committed Dec 29, 2022
1 parent 07597fb commit bff58ea
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loa-details",
"version": "1.0.15",
"version": "1.0.16",
"description": "Damage meter for Lost Ark",
"productName": "LOA Details",
"author": "Herysia, Mathicha, Eren Kara <[email protected]>",
Expand Down
2 changes: 2 additions & 0 deletions src/layouts/MainLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -223,13 +223,15 @@ onMounted(() => {
}
});
/*
setInterval(() => {
if (!isUpdateAvailable.value) {
window.messageApi.send("window-to-main", {
message: "check-for-updates",
});
}
}, 60000 * 60);
*/
window.messageApi.send("window-to-main", { message: "get-settings" });
});
Expand Down

0 comments on commit bff58ea

Please sign in to comment.