mirror of
https://github.com/opentx/opentx.git
synced 2025-07-14 03:49:52 +03:00
The "No DR/Expo" was (after conversion from 215) showing in mixes for Taranis. Taranis does not have this setting.
This commit is contained in:
parent
266c3ced04
commit
d641147ef0
4 changed files with 4 additions and 3 deletions
|
@ -351,7 +351,7 @@ void PrintDialog::printMixes()
|
|||
str += " " + Qt::escape(tr("NoTrim"));
|
||||
}
|
||||
|
||||
if (md->noExpo) str += " " + Qt::escape(tr("No DR/Expo"));
|
||||
if (firmware->getCapability(HasNoExpo) && md->noExpo) str += " " + Qt::escape(tr("No DR/Expo"));
|
||||
if (md->sOffset) str += " " + Qt::escape(tr("Offset(%1)").arg(getGVarString(md->sOffset)));
|
||||
if (md->curve.value) str += " " + Qt::escape(md->curve.toString());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue