Browse Source

only check for upgrade once

pull/16/head
Jonathan Cobb 4 years ago
parent
commit
9c991ff697
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/account/NetworkPage.vue

+ 1
- 1
src/account/NetworkPage.vue View File

@@ -421,7 +421,7 @@
// window.clearInterval(this.upgradeRefresher);
}

} else if (c.jarVersion) {
} else if (c.jarVersion && this.checkingForUpgrade === null) {
this.checkingForUpgrade = true;
console.log('watch.configs: checking for upgrade...')
this.checkForUpgrade();


Loading…
Cancel
Save