mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 00:05:17 +03:00
Fixes #1925
This commit is contained in:
parent
ae16191e76
commit
895bc26f77
6 changed files with 67 additions and 0 deletions
|
@ -869,6 +869,8 @@ QString CustomFunctionData::funcToString()
|
|||
return QObject::tr("Volume");
|
||||
else if (func == FuncBacklight)
|
||||
return QObject::tr("Backlight");
|
||||
else if (func == FuncScreenshot)
|
||||
return QObject::tr("Screenshot");
|
||||
else if (func == FuncBackgroundMusic)
|
||||
return QObject::tr("Background Music");
|
||||
else if (func == FuncBackgroundMusicPause)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue