mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Replaced AboutBox with generic box.
This commit is contained in:
@@ -403,7 +403,7 @@ MainMenu::MainMenu(
|
||||
_version->setLink(
|
||||
2,
|
||||
std::make_shared<LambdaClickHandler>([=] {
|
||||
controller->show(Box<AboutBox>());
|
||||
controller->show(Box(AboutBox));
|
||||
}));
|
||||
|
||||
rpl::combine(
|
||||
|
Reference in New Issue
Block a user