configure_graphics: Reimplement bg_color

To specialized a setting to be worth adding to the shared_widget imo,
so add it roughly like before.
This commit is contained in:
lat9nq 2023-05-09 15:10:22 -04:00
parent 63ea626339
commit 8df7fbe91b
3 changed files with 111 additions and 15 deletions

View file

@ -51,6 +51,8 @@ private:
void changeEvent(QEvent* event) override;
void RetranslateUI();
void Setup();
void PopulateVSyncModeSelection();
void UpdateBackgroundColorButton(QColor color);
void UpdateAPILayout();