mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-16 16:21:02 +00:00
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:
parent
f95b81574f
commit
6374a9f19b
@ -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->showLogAct->setChecked(m_gui_settings->GetValue(gui::mw_logger).toBool());
|
||||||
ui->showGameListAct->setChecked(m_gui_settings->GetValue(gui::mw_gamelist).toBool());
|
ui->showGameListAct->setChecked(m_gui_settings->GetValue(gui::mw_gamelist).toBool());
|
||||||
ui->showDebuggerAct->setChecked(m_gui_settings->GetValue(gui::mw_debugger).toBool());
|
ui->showDebuggerAct->setChecked(m_gui_settings->GetValue(gui::mw_debugger).toBool());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user