mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 16:18:58 +00:00
auto dark mode restored, fix merging
This commit is contained in:
parent
4ced9ad700
commit
2670ec26f6
8 changed files with 61 additions and 223 deletions
|
@ -18,6 +18,8 @@ class InterfacePane final : public QWidget
|
|||
Q_OBJECT
|
||||
public:
|
||||
explicit InterfacePane(QWidget* parent = nullptr);
|
||||
ToolTipComboBox* m_combobox_userstyle;
|
||||
ConfigStringChoice* m_combobox_theme;
|
||||
|
||||
private:
|
||||
void CreateLayout();
|
||||
|
@ -33,8 +35,6 @@ private:
|
|||
QVBoxLayout* m_main_layout;
|
||||
ConfigStringChoice* m_combobox_language;
|
||||
|
||||
ConfigStringChoice* m_combobox_theme;
|
||||
ToolTipComboBox* m_combobox_userstyle;
|
||||
QLabel* m_label_userstyle;
|
||||
ConfigBool* m_checkbox_top_window;
|
||||
ConfigBool* m_checkbox_use_builtin_title_database;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue