DolphinQt/MenuBar: add "reset ignore panic handler" button

This commit is contained in:
dreamsyntax
2021-10-17 00:18:48 -07:00
parent 13985b774e
commit 61a5d3bf74
2 changed files with 9 additions and 0 deletions

View File

@ -234,6 +234,7 @@ private:
// Options
QAction* m_boot_to_pause;
QAction* m_automatic_start;
QAction* m_reset_ignore_panic_handler;
QAction* m_change_font;
QAction* m_controllers_action;