GeneralPane: Add BalloonTip to override region settings checkbox

This commit is contained in:
Dentomologist
2023-11-27 23:17:46 -08:00
parent d9336a5de0
commit 755866b771
2 changed files with 10 additions and 8 deletions

View File

@ -44,7 +44,7 @@ private:
QComboBox* m_combobox_fallback_region;
ConfigBool* m_checkbox_dualcore;
ConfigBool* m_checkbox_cheats;
QCheckBox* m_checkbox_override_region_settings;
ConfigBool* m_checkbox_override_region_settings;
QCheckBox* m_checkbox_auto_disc_change;
#ifdef USE_DISCORD_PRESENCE
QCheckBox* m_checkbox_discord_presence;