Show warning when disconnected

This commit is contained in:
Ken-Håvard Lieng 2017-05-29 06:16:24 +02:00
parent 2d32df3afe
commit d9e3d71a1f
7 changed files with 88 additions and 32 deletions

View file

@ -10,6 +10,7 @@ import { push } from '../util/router';
const mapState = createStructuredSelector({
channels: getChannels,
connected: state => state.environment.get('connected'),
privateChats: getPrivateChats,
servers: getServers,
showTabList: getShowTabList,