stop launch from wedging solid for 5 minutes >:(

pull/21833/head
Matthew Hodgson 2015-11-17 17:36:15 +00:00
parent 2f783a7ba9
commit 95cdbe3a48
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ module.exports = {
Notifier.start();
UserActivity.start();
Presence.start();
cli.startClient({resolveInvitesToProfiles: true});
cli.startClient();
},
onKeyDown: function(ev) {