mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-08 08:05:06 -06:00
main_window fixerinno
remove sinful toolbar sorcery
This commit is contained in:
parent
67bbd59924
commit
ab534ac55d
@ -1191,10 +1191,6 @@ void main_window::CreateConnects()
|
|||||||
gameListFrame->SetListMode(isList);
|
gameListFrame->SetListMode(isList);
|
||||||
categoryVisibleActGroup->setEnabled(isList);
|
categoryVisibleActGroup->setEnabled(isList);
|
||||||
});
|
});
|
||||||
connect(ui->toolBar, &QToolBar::visibilityChanged, [=](bool checked) {
|
|
||||||
ui->showToolBarAct->setChecked(checked);
|
|
||||||
guiSettings->SetValue(GUI::mw_toolBarVisible, checked);
|
|
||||||
});
|
|
||||||
connect(ui->toolbar_disc, &QAction::triggered, this, &main_window::BootGame);
|
connect(ui->toolbar_disc, &QAction::triggered, this, &main_window::BootGame);
|
||||||
connect(ui->toolbar_refresh, &QAction::triggered, [=]() { gameListFrame->Refresh(true); });
|
connect(ui->toolbar_refresh, &QAction::triggered, [=]() { gameListFrame->Refresh(true); });
|
||||||
connect(ui->toolbar_stop, &QAction::triggered, [=]() { Emu.Stop(); });
|
connect(ui->toolbar_stop, &QAction::triggered, [=]() { Emu.Stop(); });
|
||||||
|
|||||||
@ -148,6 +148,9 @@ margin-left:14px;</string>
|
|||||||
<height>21</height>
|
<height>21</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="contextMenuPolicy">
|
||||||
|
<enum>Qt::PreventContextMenu</enum>
|
||||||
|
</property>
|
||||||
<widget class="QMenu" name="menuFile">
|
<widget class="QMenu" name="menuFile">
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>File</string>
|
<string>File</string>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user