Mercurial > public > ostc4
comparison Discovery/Inc/tMenu.h @ 1018:808153ba3fec GasConsumption
Disable the menu items for editing scrubber timer parameters if an
inactive scrubber timer is selected.
This removes the confusion when users edit a scrubber that is not
active, and are then surprised when the scrubber timer does not work
during the dive. (mikeller)
| author | heinrichsweikamp |
|---|---|
| date | Mon, 09 Jun 2025 09:42:16 +0200 |
| parents | df052f0347fb |
| children |
comparison
equal
deleted
inserted
replaced
| 1017:5924a2d1d3ba | 1018:808153ba3fec |
|---|---|
| 93 void disableLine(uint32_t lineId); | 93 void disableLine(uint32_t lineId); |
| 94 void enableLine(uint32_t lineId); | 94 void enableLine(uint32_t lineId); |
| 95 void clearDisabledMenuLines(void); | 95 void clearDisabledMenuLines(void); |
| 96 | 96 |
| 97 char *makeGrey(bool isGrey); | 97 char *makeGrey(bool isGrey); |
| 98 char printCheckbox(bool isChecked); | |
| 98 #endif /* TMENU_H */ | 99 #endif /* TMENU_H */ |
