mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 07:25:26 +00:00
settings_dialog: Add Restore Defaults button
Only works for config.yml for now (not gui settings)
This commit is contained in:
parent
42de2a3e0b
commit
019fa390f2
7 changed files with 269 additions and 157 deletions
|
|
@ -578,7 +578,7 @@ void main_window::InstallPackages(QStringList file_paths)
|
|||
|
||||
if (!info.is_valid)
|
||||
{
|
||||
QMessageBox::warning(this, QObject::tr("Invalid package!"), QObject::tr("The selected package is invalid!\n\nPath:\n%0").arg(file_path));
|
||||
QMessageBox::warning(this, tr("Invalid package!"), tr("The selected package is invalid!\n\nPath:\n%0").arg(file_path));
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue