mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-06 03:25:31 +00:00
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:
parent
9746500c43
commit
6a4dbe6b18
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue