made requeste changes
This commit is contained in:
parent
195bb0499b
commit
9b5a287d14
5 changed files with 13 additions and 17 deletions
|
|
@ -113,7 +113,7 @@ ChatPage::ChatPage(QSharedPointer<UserSettings> userSettings, QWidget *parent)
|
|||
|
||||
user_info_widget_ = new UserInfoWidget(sideBar_);
|
||||
connect(user_info_widget_, &UserInfoWidget::openGlobalUserProfile, this, [this]() {
|
||||
view_manager_->activeTimeline()->openUserProfile("", true);
|
||||
view_manager_->activeTimeline()->openUserProfile(utils::localUser(), true);
|
||||
});
|
||||
|
||||
user_mentions_popup_ = new popups::UserMentions();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue