summaryrefslogtreecommitdiff
path: root/windows/profilewindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'windows/profilewindow.cpp')
-rw-r--r--windows/profilewindow.cpp2
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())