mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-08 03:33:14 +00:00
QT: Fix PR 2662 (#2676)
This commit is contained in:
parent
99332e4ec2
commit
10bf3d383c
4 changed files with 11 additions and 6 deletions
|
@ -821,7 +821,7 @@ void SettingsDialog::ResetInstallFolders() {
|
|||
|
||||
std::vector<bool> install_dirs_enabled;
|
||||
try {
|
||||
install_dirs_enabled = toml::find<std::vector<bool>>(gui, "installDirsEnabled");
|
||||
install_dirs_enabled = Config::getGameInstallDirsEnabled();
|
||||
} catch (...) {
|
||||
// If it does not exist, assume that all are enabled.
|
||||
install_dirs_enabled.resize(install_dir_array.size(), true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue