Reenable userInfo settings menu

This commit is contained in:
Nicolas Werner 2021-05-22 15:19:44 +02:00
parent f2bc184550
commit 6112badb08
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
4 changed files with 82 additions and 7 deletions

View file

@ -100,6 +100,11 @@ Nheko::openLink(QString link) const
QDesktopServices::openUrl(url);
}
}
void
Nheko::setStatusMessage(QString msg) const
{
ChatPage::instance()->setStatus(msg);
}
UserProfile *
Nheko::currentUser() const