mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Allow editing topic title and icon.
This commit is contained in:
@@ -176,8 +176,8 @@ void Cover::setupChildGeometry() {
|
||||
void Cover::initViewers() {
|
||||
Info::Profile::NameValue(
|
||||
_user
|
||||
) | rpl::start_with_next([=](const TextWithEntities &value) {
|
||||
_name->setText(value.text);
|
||||
) | rpl::start_with_next([=](const QString &name) {
|
||||
_name->setText(name);
|
||||
refreshNameGeometry(width());
|
||||
}, lifetime());
|
||||
|
||||
|
Reference in New Issue
Block a user