1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 08:15:17 +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

@ -1306,6 +1306,11 @@ bool isAssignableFunctionAvailable(int16_t function)
return false;
#endif
#if !defined(GVARS)
case FUNC_ADJUST_GVAR:
return false;
#endif
default:
return true;
}