fix: clang format
This commit is contained in:
parent
9afd74abde
commit
de83c5e6a6
1 changed files with 1 additions and 3 deletions
|
@ -1767,9 +1767,7 @@ void GMainWindow::AllowOSSleep() {
|
|||
|
||||
bool GMainWindow::LoadROM(const QString& filename, Service::AM::FrontendAppletParameters params) {
|
||||
if (!CheckFirmwarePresence()) {
|
||||
QMessageBox::critical(
|
||||
this, tr("Component Missing"),
|
||||
tr("Missing Firmware."));
|
||||
QMessageBox::critical(this, tr("Component Missing"), tr("Missing Firmware."));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue