hide announces icon

main
Bob Mottram 2024-05-13 17:16:48 +01:00
parent 7b8562972a
commit 77e8c204eb
3 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

View File

@ -326,10 +326,10 @@ def header_buttons_timeline(default_timeline: str,
if not features_header:
# the hide announces button
if show_announces:
hide_announces_icon = 'repeat_inactive.png'
hide_announces_icon = 'repeat_hide.png'
hide_announces_text = translate['Hide Announces']
else:
hide_announces_icon = 'repeat_inactive.png'
hide_announces_icon = 'repeat_show.png'
hide_announces_text = translate['Show Announces']
if not icons_as_buttons: