Achievements: Add leaderboard toggle (+ some minor fixes)

This commit is contained in:
Connor McLaughlin
2022-09-21 23:45:24 +10:00
parent 3760849ac4
commit d26fef3e4e
8 changed files with 91 additions and 33 deletions

View File

@@ -14,6 +14,7 @@ public:
private Q_SLOTS:
void updateEnableState();
void onChallengeModeStateChanged();
void onLoginLogoutPressed();
void onViewProfilePressed();
void onAchievementsRefreshed(quint32 id, const QString& game_info_string, quint32 total, quint32 points);