mirror of
https://github.com/libratbag/piper.git
synced 2026-05-19 12:26:00 -04:00
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:
committed by
Jente Hidskes
parent
037bf53328
commit
c279fcbc92
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user