GeneralPane: Add BalloonTip to enable analytics checkbox

This commit is contained in:
Dentomologist
2024-04-25 23:08:51 -07:00
parent bfbc4c8cc7
commit 5512b68020
2 changed files with 10 additions and 2 deletions

View File

@ -58,6 +58,6 @@ private:
void GenerateNewIdentity();
QPushButton* m_button_generate_new_identity;
QCheckBox* m_checkbox_enable_analytics;
ToolTipCheckBox* m_checkbox_enable_analytics;
#endif
};