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:
parent
08a37b77e7
commit
a9ed6485fd
7 changed files with 31 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue