Fix bug where the played button will always be shown by setting default state to not visible.

This commit is contained in:
Jordan Petridis 2017-11-30 21:39:21 +02:00
parent 94879b4256
commit 84c918bbd5
No known key found for this signature in database
GPG Key ID: CEABAD9F5683B9A6

View File

@ -109,7 +109,6 @@ Warn: This will delete downloaded content associated with this Podcast.</propert
</child>
<child>
<object class="GtkButton" id="mark_all_played_button">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="tooltip_text" translatable="yes">Mark all episodes as Played.</property>