2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Adjust privacy edit boxes to the mockup.

This commit is contained in:
John Preston
2022-02-13 16:30:43 +03:00
parent c5d7889ac9
commit 6daa267329
47 changed files with 460 additions and 292 deletions

View File

@@ -960,13 +960,13 @@ void MainMenu::setupMenu() {
if (!_controller->session().supportMode()) {
addAction(
tr::lng_create_group_title(),
{ &st::settingsIconNewGroup, kIconLightBlue }
{ &st::settingsIconGroup, kIconLightBlue }
)->setClickedCallback([=] {
controller->showNewGroup();
});
addAction(
tr::lng_create_channel_title(),
{ &st::settingsIconNewChannel, kIconLightOrange }
{ &st::settingsIconChannel, kIconLightOrange }
)->setClickedCallback([=] {
controller->showNewChannel();
});