mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-26 01:35:16 +03:00
Flight mode representation reverted back
This commit is contained in:
parent
65bdd25173
commit
a1a50041dd
1 changed files with 1 additions and 1 deletions
|
@ -391,7 +391,7 @@ QString ModelPrinter::printFlightModeName(int index)
|
|||
{
|
||||
const FlightModeData & fm = model.flightModeData[index];
|
||||
if (strlen(fm.name) > 0) {
|
||||
return tr("FM%1 \"%2\"").arg(index).arg(fm.name);
|
||||
return tr("%1").arg(fm.name);
|
||||
}
|
||||
else {
|
||||
return tr("FM%1").arg(index);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue