Fix bug where the played button will always be shown by setting default state to not visible.
This commit is contained in:
parent
94879b4256
commit
84c918bbd5
@ -109,7 +109,6 @@ Warn: This will delete downloaded content associated with this Podcast.</propert
|
|||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkButton" id="mark_all_played_button">
|
<object class="GtkButton" id="mark_all_played_button">
|
||||||
<property name="visible">True</property>
|
|
||||||
<property name="can_focus">True</property>
|
<property name="can_focus">True</property>
|
||||||
<property name="receives_default">True</property>
|
<property name="receives_default">True</property>
|
||||||
<property name="tooltip_text" translatable="yes">Mark all episodes as Played.</property>
|
<property name="tooltip_text" translatable="yes">Mark all episodes as Played.</property>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user