Hide on autostart

Closes #228
This commit is contained in:
Kolja Lampe
2016-08-02 21:29:24 +02:00
parent a0453b5865
commit bc154f56a7
3 changed files with 22 additions and 8 deletions

View File

@@ -22,7 +22,8 @@ const ListGroupItem = ReactBootstrap.ListGroupItem;
const Glyphicon = ReactBootstrap.Glyphicon;
var appLauncher = new AutoLaunch({
name: 'Mattermost'
name: 'Mattermost',
isHidden: true
});
function backToIndex() {