hotfix footer locales

This commit is contained in:
if 2023-03-24 01:14:19 +03:00
parent deaa83ab2a
commit 069b31ed93

View File

@ -91,9 +91,9 @@ if __name__ == "__main__":
)
st.markdown("---")
match selected_footer:
case "Info":
case st.session_state.locale.footer_option1:
show_info(tg_svg)
case "Donates":
case st.session_state.locale.footer_option2:
show_donates()
case _:
show_info(tg_svg)