citra_qt/configuration: Add background color config
This is actually very easy to do. I added a label and a push button for it, and used the Qt standard dialog QColorDialog for picking colors.
This commit is contained in:
parent
4a3c4f5f67
commit
60edddac7d
3 changed files with 38 additions and 0 deletions
|
@ -26,4 +26,5 @@ private:
|
|||
|
||||
private:
|
||||
std::unique_ptr<Ui::ConfigureGraphics> ui;
|
||||
QColor bg_color;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue