1
0
Fork 0
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:
Bob Ham 2019-09-18 13:38:48 +01:00
parent 9746500c43
commit 6a4dbe6b18

View file

@ -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>