Hide the "add a resolution" button

This hasn't been implemented in over a year, let's hide it from sight. Maybe
that spurns someone on to actually implement it.

It's an improvement to the GUI either way because the message printed to stdout
wouldn't be seen by most users starting the Piper through e.g. gnome shell. So
it just looks like the button is broken.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer
2018-11-27 15:34:35 +10:00
committed by Jente Hidskes
parent 037bf53328
commit c279fcbc92

View File

@@ -169,7 +169,7 @@
<signal name="row-activated" handler="_on_row_activated" swapped="no"/>
<child>
<object class="GtkListBoxRow" id="add_resolution_row">
<property name="visible">True</property>
<property name="visible">False</property>
<property name="can_focus">True</property>
<property name="tooltip_text" translatable="yes">Add a new resolution to the profile</property>
<child>