mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
Fix path not being saved on install pkgs
This commit is contained in:
parent
b05d12df0e
commit
8a50880613
1 changed files with 2 additions and 2 deletions
|
@ -507,6 +507,8 @@ void main_window::InstallPackages(QStringList file_paths)
|
||||||
}
|
}
|
||||||
|
|
||||||
file_paths.append(paths);
|
file_paths.append(paths);
|
||||||
|
const QFileInfo file_info(file_paths[0]);
|
||||||
|
m_gui_settings->SetValue(gui::fd_install_pkg, file_info.path());
|
||||||
}
|
}
|
||||||
else if (file_paths.count() == 1)
|
else if (file_paths.count() == 1)
|
||||||
{
|
{
|
||||||
|
@ -533,8 +535,6 @@ void main_window::InstallPackages(QStringList file_paths)
|
||||||
{
|
{
|
||||||
gui_log.error("Could not copy rap file: %s", rapname);
|
gui_log.error("Could not copy rap file: %s", rapname);
|
||||||
}
|
}
|
||||||
|
|
||||||
m_gui_settings->SetValue(gui::fd_install_pkg, file_info.path());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Find remaining package files
|
// Find remaining package files
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue