mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 18:18:49 +00:00
GeneralPane: Add BalloonTip to auto update combobox
This commit is contained in:
parent
427b85f2a1
commit
fa4803f38a
2 changed files with 27 additions and 2 deletions
|
@ -42,7 +42,7 @@ private:
|
|||
// Widgets
|
||||
QVBoxLayout* m_main_layout;
|
||||
ToolTipComboBox* m_combobox_speedlimit;
|
||||
QComboBox* m_combobox_update_track;
|
||||
ToolTipComboBox* m_combobox_update_track;
|
||||
QComboBox* m_combobox_fallback_region;
|
||||
ConfigBool* m_checkbox_dualcore;
|
||||
ConfigBool* m_checkbox_cheats;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue