mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Ensure startup works by moving initial refresh to botWrapper
This commit is contained in:
parent
f8ff5745f2
commit
3c324a9da8
|
@ -201,7 +201,6 @@ export default defineComponent({
|
|||
onMounted(async () => {
|
||||
await settingsStore.loadUIVersion();
|
||||
pingInterval.value = window.setInterval(botStore.pingAll, 60000);
|
||||
botStore.allRefreshFull();
|
||||
});
|
||||
|
||||
settingsStore.$subscribe((_, state) => {
|
||||
|
|
|
@ -334,4 +334,5 @@ export function initBots() {
|
|||
});
|
||||
botStore.selectFirstBot();
|
||||
botStore.startRefresh();
|
||||
botStore.allRefreshFull();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user