diff --git a/src/citron/main.cpp b/src/citron/main.cpp index eb1571fe6..54ccb8bb6 100644 --- a/src/citron/main.cpp +++ b/src/citron/main.cpp @@ -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. " - "
Please follow the citron " - "quickstart guide to get all your keys, firmware and " - "games.")); - } + // Removed warning message SetFirmwareVersion(); UpdateMenuState(); }