1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-24 00:35:14 +03:00

Issue #594 (Set Timer Function) - Still missing UI in Companion

This commit is contained in:
Bertrand Songis 2014-02-08 13:44:42 +01:00
parent 08a37b77e7
commit a9ed6485fd
7 changed files with 31 additions and 6 deletions

View file

@ -615,6 +615,8 @@ QString FuncSwData::funcToString()
return QObject::tr("Play Haptic");
else if (func == FuncReset)
return QObject::tr("Reset");
else if (func == FuncSetTimer)
return QObject::tr("Set Timer");
else if (func == FuncVario)
return QObject::tr("Vario");
else if (func == FuncPlayPrompt)