mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 04:09:49 +00:00
Initially hide newConversationView
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
this.$contacts = $('#contacts');
|
||||
|
||||
this.newConversationView = new Whisper.NewConversationView();
|
||||
this.newConversationView.$el.appendTo(this.$gutter);
|
||||
this.newConversationView.$el.hide().appendTo(this.$gutter);
|
||||
|
||||
this.conversations = new Whisper.ConversationCollection();
|
||||
this.inbox = new Whisper.ConversationListView({
|
||||
|
||||
Reference in New Issue
Block a user