ui/main-window: Hide contacts pane
While we have no integration with Contacts, the contacts pane shouldn't be visible. Closes #83
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
<property name="expand">True</property>
|
||||
<child>
|
||||
<object class="GtkBox" id="contacts">
|
||||
<property name="visible">True</property>
|
||||
<property name="visible">False</property>
|
||||
<property name="can_focus">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
|
||||
Reference in New Issue
Block a user