mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
Fix Change Password dialog not saving the new password on success
This commit is contained in:
parent
1efca833a4
commit
f15ed36da1
1 changed files with 2 additions and 0 deletions
|
@ -884,6 +884,8 @@ void rpcn_account_edit_dialog::change_password()
|
|||
return;
|
||||
}
|
||||
|
||||
g_cfg_rpcn.set_password(*password);
|
||||
g_cfg_rpcn.save();
|
||||
QMessageBox::information(this, tr("Password Successfully Changed!"), tr("Your password has been successfully changed!"), QMessageBox::Ok);
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue