mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-22 11:05:17 +00:00
Default online to false - and switch to true once requests work
This commit is contained in:
parent
8fbd238c19
commit
2d2f04fad6
|
@ -14,7 +14,7 @@ export default new Vuex.Store({
|
|||
ping: '',
|
||||
loggedIn: userService.loggedIn(),
|
||||
autoRefresh: JSON.parse(localStorage.getItem(AUTO_REFRESH) || '{}'),
|
||||
isBotOnline: true,
|
||||
isBotOnline: false,
|
||||
},
|
||||
modules: {
|
||||
ftbot: ftbotModule,
|
||||
|
|
Loading…
Reference in New Issue
Block a user