Skip to content

Commit

Permalink
style: change icon of translation button
Browse files Browse the repository at this point in the history
  • Loading branch information
FajoX1 committed Jan 5, 2025
1 parent 1eeb414 commit 292177d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Telegram/SourceFiles/fa/settings_menu/fa_settings_menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ namespace Settings {
FAlang::RplTranslate(QString("fa_translation")),
rpl::single(QString("Crowdin")),
st::settingsButton,
{ &st::menuIconDelete }
{ &st::menuIconChatBubble }
)->setClickedCallback([=] {
UrlClickHandler::Open("https://crowdin.com/project/fagram");
});
Expand Down

0 comments on commit 292177d

Please sign in to comment.