mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
GUI: hide utilities by default
This commit is contained in:
parent
8b35df8327
commit
33d3303bdf
1 changed files with 3 additions and 0 deletions
|
@ -72,6 +72,9 @@ void main_window::Init()
|
|||
|
||||
appIcon = QIcon(":/rpcs3.ico");
|
||||
|
||||
// hide utilities from the average user
|
||||
ui->menuUtilities->menuAction()->setVisible(guiSettings->GetValue(GUI::m_showDebugTab).toBool());
|
||||
|
||||
// add toolbar widgets (crappy Qt designer is not able to)
|
||||
ui->sizeSlider->setRange(0, GUI::gl_max_slider_pos);
|
||||
ui->sizeSlider->setSliderPosition(guiSettings->GetValue(GUI::gl_iconSize).toInt());
|
||||
|
|
Loading…
Add table
Reference in a new issue