fix(UI): Overhaul Rainbow Mode architecture

Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
Collecting
2025-12-23 01:14:53 +00:00
parent 3992ca0811
commit 9cc226431b

View File

@@ -100,9 +100,7 @@ private:
std::unique_ptr<ConfigureInputPerGame> input_tab;
std::unique_ptr<ConfigureLinuxTab> linux_tab;
std::unique_ptr<ConfigureSystem> system_tab;
QTimer* rainbow_timer;
float rainbow_hue = 0.0f;
QTimer* rainbow_timer{nullptr};
QButtonGroup* button_group;
QPixmap map;