From ac5cb98c82332391180fa1b93c134dc0a964e5cd Mon Sep 17 00:00:00 2001 From: Collecting Date: Sun, 21 Dec 2025 01:20:15 +0000 Subject: [PATCH] feat: Add Accent Color for Game List Progress Bar Signed-off-by: Collecting --- src/citron/game_list.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/citron/game_list.h b/src/citron/game_list.h index e5d255cba..7438a6e78 100644 --- a/src/citron/game_list.h +++ b/src/citron/game_list.h @@ -147,6 +147,7 @@ public slots: void OnConfigurationChanged(); private slots: + void UpdateProgressBarColor(); void OnItemExpanded(const QModelIndex& item); void OnTextChanged(const QString& new_text); void OnFilterCloseClicked();