mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
DolphinQt: Expose "DisableScreenSaver" setting in the UI.
This commit is contained in:
parent
50384cfab7
commit
fa83a3a114
2 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue