InterfacePane: Add BalloonTip to enable on-screen display checkbox

This commit is contained in:
Dentomologist 2023-11-12 00:18:02 -08:00 committed by Admiral H. Curtiss
commit c5532b19e6
No known key found for this signature in database
GPG key ID: F051B4C4044F33FB
2 changed files with 9 additions and 5 deletions

View file

@ -49,7 +49,7 @@ private:
ConfigBool* m_checkbox_confirm_on_stop;
ConfigBool* m_checkbox_use_panic_handlers;
QCheckBox* m_checkbox_enable_osd;
ConfigBool* m_checkbox_enable_osd;
QCheckBox* m_checkbox_show_active_title;
QCheckBox* m_checkbox_pause_on_focus_lost;
QRadioButton* m_radio_cursor_visible_movement;