Qt/InterfaceSettings: Add "Show Debugging UI" option

This commit is contained in:
spycrab
2017-09-25 10:21:04 +02:00
parent ff283ff912
commit 2a19ccf806
2 changed files with 7 additions and 0 deletions

View File

@ -32,6 +32,7 @@ private:
QCheckBox* m_checkbox_top_window;
QCheckBox* m_checkbox_render_to_window;
QCheckBox* m_checkbox_use_builtin_title_database;
QCheckBox* m_checkbox_show_debugging_ui;
QCheckBox* m_checkbox_confirm_on_stop;
QCheckBox* m_checkbox_use_panic_handlers;