UI: Expose the "show active title" setting

This commit is contained in:
Léo Lam
2017-05-15 16:49:52 +02:00
parent cfc0cc1453
commit 964f546e69
4 changed files with 21 additions and 0 deletions

View File

@ -33,6 +33,7 @@ private:
QCheckBox* m_checkbox_confirm_on_stop;
QCheckBox* m_checkbox_use_panic_handlers;
QCheckBox* m_checkbox_enable_osd;
QCheckBox* m_checkbox_show_active_title;
QCheckBox* m_checkbox_pause_on_focus_lost;
QCheckBox* m_checkbox_hide_mouse;
};