From b7a1e23bb997269bf1f707324fa7bf80a9b1e6d4 Mon Sep 17 00:00:00 2001 From: Collecting Date: Fri, 19 Dec 2025 20:52:50 +0000 Subject: [PATCH] fs(ui): Include Progress Bar Signed-off-by: Collecting --- src/citron/game_list.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/citron/game_list.h b/src/citron/game_list.h index 06554d939..e5d255cba 100644 --- a/src/citron/game_list.h +++ b/src/citron/game_list.h @@ -14,6 +14,7 @@ #include #include #include +#include #include #include #include @@ -201,6 +202,7 @@ private: QListView* list_view = nullptr; QStandardItemModel* item_model = nullptr; std::unique_ptr current_worker; + QProgressBar* progress_bar = nullptr; QFileSystemWatcher* watcher = nullptr; ControllerNavigation* controller_navigation = nullptr; CompatibilityList compatibility_list;