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
parent 26758716ae
commit d1ac66824e
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;