patch_manager: add download button

This commit is contained in:
Megamouse 2020-09-06 11:47:45 +02:00
parent 1e4655aef6
commit 46e8b4f561
10 changed files with 147 additions and 22 deletions

View file

@ -16,7 +16,7 @@ game_compatibility::game_compatibility(std::shared_ptr<gui_settings> settings, Q
, m_gui_settings(settings)
{
m_filepath = m_gui_settings->GetSettingsDir() + "/compat_database.dat";
m_downloader = new downloader("Compat Update", parent);
m_downloader = new downloader(parent);
RequestCompatibility();
connect(m_downloader, &downloader::signal_download_error, this, &game_compatibility::handle_download_error);