Improved Achievement Progress Label

Label now appears atop the progress bar and reports the progress as the formatted text returned by rcheevos instead of a simple percentage.
This commit is contained in:
LillyJadeKatrin
2024-06-12 06:25:26 -04:00
parent 6c5ceaa06d
commit 12467ffcfa
2 changed files with 10 additions and 0 deletions

View File

@ -25,6 +25,7 @@ private:
QLabel* m_badge;
QLabel* m_status;
QProgressBar* m_progress_bar;
QLabel* m_progress_label;
rc_client_achievement_t* m_achievement;
};