mirror of
https://github.com/Qz3rK/tdesktop.git
synced 2026-07-03 14:15:08 +02:00
Fix build on macOS.
This commit is contained in:
@@ -493,7 +493,7 @@ void Controller::setupPhotoButtons() {
|
||||
})) | rpl::map([=](const QString &text) {
|
||||
return text.isEmpty() ? Ui::kQEllipsis : text;
|
||||
})
|
||||
: rpl::single(_user->shortName());
|
||||
: rpl::single(_user->shortName()) | rpl::type_erased();
|
||||
const auto inner = _box->verticalLayout();
|
||||
Ui::AddSkip(inner);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user