Skip to content

Commit

Permalink
Mention "networking issue" in hangtimer
Browse files Browse the repository at this point in the history
  • Loading branch information
taoky committed Jan 8, 2025
1 parent b4079cc commit ee391b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/main/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const Events = {

// Hang Timer
app.hangtimer = setTimeout(() => {
if (confirm("Cider is not responding. Reload the app?")) {
if (confirm("Cider is not responding -- this might be a networking issue though. Reload the app?")) {
window.location.reload();
}
}, 10000);
Expand Down

0 comments on commit ee391b1

Please sign in to comment.