Update settings.js

pull/1/head
Liana Husikyan 6 years ago committed by GitHub
parent bfd497fe95
commit 93fe6915a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      src/app/tabs/runTab/settings.js

@ -143,10 +143,11 @@ class SettingsUI {
setInterval(() => {
this.updateNetwork()
this.fillAccountsList()
}, 5000)
this.el = el
this.fillAccountsList()
return el
}
@ -198,7 +199,6 @@ class SettingsUI {
this.selectExEnv.value = this.settings.getProvider()
this.event.trigger('clearInstance', [])
this.updateNetwork()
this.fillAccountsList()
this.updatePlusButton()
}
@ -310,6 +310,7 @@ class SettingsUI {
let network = this._deps.networkModule.getNetworkProvider
this.netUI.innerHTML = (network() !== 'vm') ? `${name} (${id || '-'}) network` : ''
})
this.fillAccountsList()
}
// TODO: unclear what's the goal of accountListCallId, feels like it can be simplified

Loading…
Cancel
Save