mirror of
https://git.citron-emu.org/Citron/Citron.git
synced 2025-02-07 16:56:21 +01:00
Remove firmware decryption warning dialog
Removes the warning message box that appears when encryption keys are missing. The check for keys is still performed but no longer displays a popup to the user. The firmware version and menu state updates are still maintained.
This commit is contained in:
parent
cf43fd8038
commit
6b9c239fbd
1 changed files with 1 additions and 8 deletions
|
@ -4786,14 +4786,7 @@ void GMainWindow::OnMouseActivity() {
|
|||
|
||||
void GMainWindow::OnCheckFirmwareDecryption() {
|
||||
system->GetFileSystemController().CreateFactories(*vfs);
|
||||
if (!ContentManager::AreKeysPresent()) {
|
||||
QMessageBox::warning(
|
||||
this, tr("Derivation Components Missing"),
|
||||
tr("Encryption keys are missing. "
|
||||
"<br>Please follow <a href='https://citron-emu.org/help/quickstart/'>the citron "
|
||||
"quickstart guide</a> to get all your keys, firmware and "
|
||||
"games."));
|
||||
}
|
||||
// Removed warning message
|
||||
SetFirmwareVersion();
|
||||
UpdateMenuState();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue