From 6374a9f19b56575b1492db7fed4713795e27e627 Mon Sep 17 00:00:00 2001 From: Megamouse Date: Tue, 12 May 2020 09:05:13 +0200 Subject: [PATCH] Qt: remove debug tab wall for Utilities menu In order to make it easier for the user to take RSX captures. --- rpcs3/rpcs3qt/main_window.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/rpcs3/rpcs3qt/main_window.cpp b/rpcs3/rpcs3qt/main_window.cpp index dbbe373b23..05c710746f 100644 --- a/rpcs3/rpcs3qt/main_window.cpp +++ b/rpcs3/rpcs3qt/main_window.cpp @@ -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());