Reenable userInfo settings menu
This commit is contained in:
parent
f2bc184550
commit
6112badb08
4 changed files with 82 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue