mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-24 19:14:40 +00:00
Set clang-format off for long translatable string
This commit is contained in:
parent
a0a439cd55
commit
3b7697699e
@ -391,9 +391,9 @@ void KBMSettings::SaveKBMConfig(bool CloseOnSave) {
|
||||
}
|
||||
QMessageBox::information(
|
||||
this, tr("Unable to Save"),
|
||||
QString(tr("Cannot bind any unique input more than once. "
|
||||
"Duplicate inputs mapped to the following buttons:\n\n%1")
|
||||
.arg(duplicatesList.join("\n"))));
|
||||
// clang-format off
|
||||
QString(tr("Cannot bind any unique input more than once. Duplicate inputs mapped to the following buttons:\n\n%1").arg(duplicatesList.join("\n"))));
|
||||
// clang-format on
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user