diff --git a/theme/default/icons/repeat_hide.png b/theme/default/icons/repeat_hide.png new file mode 100644 index 000000000..3976c8bdc Binary files /dev/null and b/theme/default/icons/repeat_hide.png differ diff --git a/theme/default/icons/repeat_show.png b/theme/default/icons/repeat_show.png new file mode 100644 index 000000000..4f7724107 Binary files /dev/null and b/theme/default/icons/repeat_show.png differ diff --git a/webapp_headerbuttons.py b/webapp_headerbuttons.py index 8214b9a7f..a30d5300f 100644 --- a/webapp_headerbuttons.py +++ b/webapp_headerbuttons.py @@ -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: