Update game progress bar to match achievement progress bar

This commit is contained in:
LillyJadeKatrin
2024-07-10 08:52:12 -04:00
parent 073426ead7
commit e035db9127
2 changed files with 17 additions and 3 deletions

View File

@ -25,6 +25,7 @@ private:
QLabel* m_name;
QLabel* m_points;
QProgressBar* m_game_progress;
QLabel* m_progress_label;
QLabel* m_rich_presence;
QGroupBox* m_header_box;
};