Default online to false - and switch to true once requests work

This commit is contained in:
Matthias 2020-07-26 11:10:56 +02:00
parent 8fbd238c19
commit 2d2f04fad6

View File

@ -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,