Qt: remove debug tab wall for Utilities menu

In order to make it easier for the user to take RSX captures.
This commit is contained in:
Megamouse 2020-05-12 09:05:13 +02:00
parent f95b81574f
commit 6374a9f19b

View File

@ -1943,9 +1943,6 @@ void main_window::ConfigureGuiFromSettings(bool configure_all)
}
}
// hide utilities from the average user
ui->menuUtilities->menuAction()->setVisible(m_gui_settings->GetValue(gui::m_showDebugTab).toBool());
ui->showLogAct->setChecked(m_gui_settings->GetValue(gui::mw_logger).toBool());
ui->showGameListAct->setChecked(m_gui_settings->GetValue(gui::mw_gamelist).toBool());
ui->showDebuggerAct->setChecked(m_gui_settings->GetValue(gui::mw_debugger).toBool());