We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2b7763 commit 0e3c272Copy full SHA for 0e3c272
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "bpsr-meter",
3
- "version": "0.4.5",
+ "version": "0.4.6",
4
"description": "BPSR Meter",
5
"author": "Denoder",
6
"type": "module",
src/main/update-check.ts
@@ -267,7 +267,6 @@ export async function showUpdateDialog(updateInfo: UpdateInfo): Promise<void> {
267
if (!updateWindow.isDestroyed() && pendingUpdateInfo) {
268
setTimeout(() => {
269
updateWindow.webContents.send("update-info", pendingUpdateInfo);
270
- pendingUpdateInfo = null;
271
}, 1000);
272
clearInterval(isUpdateWindowOpen);
273
}
0 commit comments