mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 15:05:56 +00:00
almost all boxes done
This commit is contained in:
@@ -91,8 +91,8 @@ void TopBarWidget::onEdit() {
|
||||
App::wnd()->showLayer(new EditChannelBox(p->asChannel()));
|
||||
} else if (p->isChat()) {
|
||||
App::wnd()->showLayer(new EditNameTitleBox(p));
|
||||
} else {
|
||||
App::wnd()->showLayer(new AddContactBox(p));
|
||||
} else if (p->isUser()) {
|
||||
App::wnd()->showLayer(new AddContactBox(p->asUser()));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user