mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-26 13:05:15 +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: '',
|
ping: '',
|
||||||
loggedIn: userService.loggedIn(),
|
loggedIn: userService.loggedIn(),
|
||||||
autoRefresh: JSON.parse(localStorage.getItem(AUTO_REFRESH) || '{}'),
|
autoRefresh: JSON.parse(localStorage.getItem(AUTO_REFRESH) || '{}'),
|
||||||
isBotOnline: true,
|
isBotOnline: false,
|
||||||
},
|
},
|
||||||
modules: {
|
modules: {
|
||||||
ftbot: ftbotModule,
|
ftbot: ftbotModule,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user