GeneralPane: Add BalloonTip to auto disc change checkbox

This commit is contained in:
Dentomologist
2023-11-28 11:19:09 -08:00
parent 755866b771
commit ce0ab58dc9
2 changed files with 13 additions and 6 deletions

View File

@ -45,7 +45,7 @@ private:
ConfigBool* m_checkbox_dualcore;
ConfigBool* m_checkbox_cheats;
ConfigBool* m_checkbox_override_region_settings;
QCheckBox* m_checkbox_auto_disc_change;
ConfigBool* m_checkbox_auto_disc_change;
#ifdef USE_DISCORD_PRESENCE
QCheckBox* m_checkbox_discord_presence;
#endif