Minor fix for auto-updating

pull/999/head
Mikunj 5 years ago
parent 78ba6f03e1
commit a6e54d5c52

@ -55,8 +55,8 @@ export function stop() {
if (interval) { if (interval) {
clearInterval(interval); clearInterval(interval);
interval = undefined; interval = undefined;
stopped = true;
} }
stopped = true;
} }
async function checkForUpdates( async function checkForUpdates(

Loading…
Cancel
Save