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:
@@ -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();
|
||||
});
|
||||
|
Reference in New Issue
Block a user