mirror of https://gitlab.com/bashrc2/epicyon
hide announces icon
parent
7b8562972a
commit
77e8c204eb
Binary file not shown.
After Width: | Height: | Size: 5.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 5.4 KiB |
|
@ -326,10 +326,10 @@ def header_buttons_timeline(default_timeline: str,
|
||||||
if not features_header:
|
if not features_header:
|
||||||
# the hide announces button
|
# the hide announces button
|
||||||
if show_announces:
|
if show_announces:
|
||||||
hide_announces_icon = 'repeat_inactive.png'
|
hide_announces_icon = 'repeat_hide.png'
|
||||||
hide_announces_text = translate['Hide Announces']
|
hide_announces_text = translate['Hide Announces']
|
||||||
else:
|
else:
|
||||||
hide_announces_icon = 'repeat_inactive.png'
|
hide_announces_icon = 'repeat_show.png'
|
||||||
hide_announces_text = translate['Show Announces']
|
hide_announces_text = translate['Show Announces']
|
||||||
|
|
||||||
if not icons_as_buttons:
|
if not icons_as_buttons:
|
||||||
|
|
Loading…
Reference in New Issue