diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-05-26 02:50:22 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-05-26 02:50:22 -0400 |
commit | 484e21e693d1a5d25c1ef959ba531bc584ef4eba (patch) | |
tree | 5b0e1ba2064b21ca51a3712d94d45488fe53256d /windows/profilewindow.cpp | |
parent | 5d8209cf10e007f087ff9c7ce023d0530a76815b (diff) | |
download | abaddon-portaudio-484e21e693d1a5d25c1ef959ba531bc584ef4eba.tar.gz abaddon-portaudio-484e21e693d1a5d25c1ef959ba531bc584ef4eba.zip |
display user bio in profile window
Diffstat (limited to 'windows/profilewindow.cpp')
-rw-r--r-- | windows/profilewindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/profilewindow.cpp b/windows/profilewindow.cpp index d0fefc7..90e98f1 100644 --- a/windows/profilewindow.cpp +++ b/windows/profilewindow.cpp @@ -96,7 +96,7 @@ ProfileWindow::ProfileWindow(Snowflake user_id) } void ProfileWindow::OnFetchProfile(const UserProfileData &data) { - m_pane_info.SetConnections(data.ConnectedAccounts); + m_pane_info.SetProfile(data); m_pane_guilds.SetMutualGuilds(data.MutualGuilds); for (auto child : m_badges.get_children()) |