feat(ui): RGB Mode

Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
Collecting
2025-12-23 19:37:39 +00:00
parent 55adf62c86
commit 8aa2783c2f

View File

@@ -85,6 +85,7 @@ private:
QGraphicsScene* scene;
std::unique_ptr<QtConfig> game_config;
bool m_is_tab_animating{false};
QColor last_palette_text_color;
Core::System& system;