GeneralPane: Add BalloonTip to fallback region combobox

This commit is contained in:
Dentomologist
2024-04-25 20:52:07 -07:00
parent fa4803f38a
commit bfbc4c8cc7
2 changed files with 8 additions and 8 deletions

View File

@ -43,7 +43,7 @@ private:
QVBoxLayout* m_main_layout;
ToolTipComboBox* m_combobox_speedlimit;
ToolTipComboBox* m_combobox_update_track;
QComboBox* m_combobox_fallback_region;
ToolTipComboBox* m_combobox_fallback_region;
ConfigBool* m_checkbox_dualcore;
ConfigBool* m_checkbox_cheats;
ConfigBool* m_checkbox_override_region_settings;