mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 16:32:39 +00:00
Fix function call for recent files
This commit is contained in:
parent
5a98f38b2a
commit
d19d4b9639
@ -1006,7 +1006,7 @@ void MainWindow::AddRecentFiles(QString filePath) {
|
|||||||
}
|
}
|
||||||
Config::setRecentFiles(vec);
|
Config::setRecentFiles(vec);
|
||||||
const auto config_dir = Common::FS::GetUserPath(Common::FS::PathType::UserDir);
|
const auto config_dir = Common::FS::GetUserPath(Common::FS::PathType::UserDir);
|
||||||
Config::save(config_dir / "config.toml");
|
Config::saveMainWindow(config_dir / "config.toml");
|
||||||
CreateRecentGameActions(); // Refresh the QActions.
|
CreateRecentGameActions(); // Refresh the QActions.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user