GeneralPane: Add BalloonTip to auto update combobox

This commit is contained in:
Dentomologist
2024-04-25 20:32:16 -07:00
parent 427b85f2a1
commit fa4803f38a
2 changed files with 27 additions and 2 deletions

View File

@ -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;