diff --git a/ui/ringmainwindow.ui b/ui/ringmainwindow.ui index 7173a46b67e66e17588be27278d6c89bcb125cf3..ed9ac6d9a51dcff61d358f6ead279262f5e280bc 100644 --- a/ui/ringmainwindow.ui +++ b/ui/ringmainwindow.ui @@ -69,7 +69,8 @@ <child> <object class="GtkButton" id="button_addcontact"> <property name="image">image_contact</property> - <property name="visible">True</property> + <!-- TODO: make visible when feature ready --> + <property name="visible">False</property> </object> </child> </object> @@ -232,7 +233,8 @@ <child> <object class="GtkRadioButton" id="radiobutton_contacts"> <property name="label" translatable="yes">contacts</property> - <property name="visible">True</property> + <!-- TODO: make visible when feature ready --> + <property name="visible">False</property> <property name="image">image_contacts</property> <property name="draw_indicator">False</property> </object> @@ -252,7 +254,8 @@ <child> <object class="GtkRadioButton" id="radiobutton_presence"> <property name="label" translatable="yes">online</property> - <property name="visible">True</property> + <!-- TODO: make visible when feature ready --> + <property name="visible">False</property> <property name="image">image_presence</property> <property name="draw_indicator">False</property> <property name="group">radiobutton_contacts</property>