patch_manager: expand first search results

This commit is contained in:
Megamouse 2021-03-07 19:55:40 +01:00
parent 2afc7cbaaa
commit 935e398930
4 changed files with 63 additions and 8 deletions

View file

@ -1880,7 +1880,7 @@ void main_window::CreateConnects()
}
}
}
patch_manager_dialog patch_manager(m_gui_settings, games, "", this);
patch_manager_dialog patch_manager(m_gui_settings, games, "", "", this);
patch_manager.exec();
});