GeneralPane: Add BalloonTip to discord presence checkbox

This commit is contained in:
Dentomologist
2024-05-18 12:47:22 -07:00
parent ce0ab58dc9
commit 809b8a683f
2 changed files with 15 additions and 2 deletions

View File

@ -13,6 +13,7 @@ class QPushButton;
class QRadioButton;
class QSlider;
class QVBoxLayout;
class ToolTipCheckBox;
namespace Core
{
@ -47,7 +48,7 @@ private:
ConfigBool* m_checkbox_override_region_settings;
ConfigBool* m_checkbox_auto_disc_change;
#ifdef USE_DISCORD_PRESENCE
QCheckBox* m_checkbox_discord_presence;
ToolTipCheckBox* m_checkbox_discord_presence;
#endif
QLabel* m_label_speedlimit;