InterfacePane: Add BalloonTip to disable screensaver checkbox

This commit is contained in:
Dentomologist 2023-11-11 23:29:16 -08:00 committed by Admiral H. Curtiss
commit d1ac66824e
No known key found for this signature in database
GPG key ID: F051B4C4044F33FB
2 changed files with 8 additions and 6 deletions

View file

@ -45,7 +45,7 @@ private:
ToolTipCheckBox* m_checkbox_show_debugging_ui;
ConfigBool* m_checkbox_focused_hotkeys;
ConfigBool* m_checkbox_use_covers;
QCheckBox* m_checkbox_disable_screensaver;
ConfigBool* m_checkbox_disable_screensaver;
QCheckBox* m_checkbox_confirm_on_stop;
QCheckBox* m_checkbox_use_panic_handlers;