Set clang-format off for long translatable string

This commit is contained in:
rainmakerv2 2025-06-15 09:11:28 +08:00
parent a0a439cd55
commit 3b7697699e

View File

@ -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;
}