2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Add some icons to Advanced settings.

This commit is contained in:
John Preston
2022-02-18 19:26:57 +03:00
parent 3c2caeb43a
commit f5b8683b33
8 changed files with 64 additions and 29 deletions

View File

@@ -972,7 +972,7 @@ void MainMenu::setupMenu() {
});
addAction(
tr::lng_menu_contacts(),
{ &st::settingsIconContacts, kIconRed }
{ &st::settingsIconUser, kIconRed }
)->setClickedCallback([=] {
controller->show(PrepareContactsBox(controller));
});
@@ -993,7 +993,7 @@ void MainMenu::setupMenu() {
} else {
addAction(
tr::lng_profile_add_contact(),
{ &st::settingsIconContacts, kIconRed }
{ &st::settingsIconUser, kIconRed }
)->setClickedCallback([=] {
controller->showAddContact();
});