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
commit ed6014ddb5
No known key found for this signature in database
GPG key ID: F051B4C4044F33FB
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;