mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
patch_manager: save widget layout
This commit is contained in:
parent
ab9cdc70ad
commit
7d3389d548
4 changed files with 43 additions and 9 deletions
|
|
@ -1551,7 +1551,7 @@ void main_window::CreateConnects()
|
|||
|
||||
connect(ui->actionManage_Game_Patches, &QAction::triggered, [this]
|
||||
{
|
||||
patch_manager_dialog patch_manager(this);
|
||||
patch_manager_dialog patch_manager(m_gui_settings, this);
|
||||
patch_manager.exec();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue