stop launch from wedging solid for 5 minutes >:(
This commit is contained in:
parent
2f783a7ba9
commit
95cdbe3a48
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ module.exports = {
|
||||||
Notifier.start();
|
Notifier.start();
|
||||||
UserActivity.start();
|
UserActivity.start();
|
||||||
Presence.start();
|
Presence.start();
|
||||||
cli.startClient({resolveInvitesToProfiles: true});
|
cli.startClient();
|
||||||
},
|
},
|
||||||
|
|
||||||
onKeyDown: function(ev) {
|
onKeyDown: function(ev) {
|
||||||
|
|
Loading…
Reference in a new issue