patch_manager: save widget layout

This commit is contained in:
Megamouse 2020-06-25 18:26:47 +02:00
parent ab9cdc70ad
commit 7d3389d548
4 changed files with 43 additions and 9 deletions

View file

@ -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();
});