DolphinQt/InterfacePane: Rework style dropdown so the built-in light/dark style can be manually selected.

This commit is contained in:
Admiral H. Curtiss
2023-11-04 18:41:52 +01:00
parent 8f55c28472
commit ed6014ddb5
2 changed files with 20 additions and 24 deletions

View File

@ -36,7 +36,6 @@ private:
QLabel* m_label_userstyle;
QCheckBox* m_checkbox_top_window;
QCheckBox* m_checkbox_use_builtin_title_database;
QCheckBox* m_checkbox_use_userstyle;
QCheckBox* m_checkbox_show_debugging_ui;
QCheckBox* m_checkbox_focused_hotkeys;
QCheckBox* m_checkbox_use_covers;