DolphinQt: Expose "DisableScreenSaver" setting in the UI.

This commit is contained in:
Jordan Woyak
2020-02-08 13:04:25 -06:00
parent 50384cfab7
commit fa83a3a114
2 changed files with 6 additions and 0 deletions

View File

@ -37,6 +37,7 @@ private:
QCheckBox* m_checkbox_show_debugging_ui;
QCheckBox* m_checkbox_focused_hotkeys;
QCheckBox* m_checkbox_use_covers;
QCheckBox* m_checkbox_disable_screensaver;
QCheckBox* m_checkbox_confirm_on_stop;
QCheckBox* m_checkbox_use_panic_handlers;