diff 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
line wrap: on
line diff
--- a/Discovery/Inc/tMenu.h	Thu May 29 22:04:46 2025 +0200
+++ b/Discovery/Inc/tMenu.h	Mon Jun 09 09:42:16 2025 +0200
@@ -95,4 +95,5 @@
 void clearDisabledMenuLines(void);
 
 char *makeGrey(bool isGrey);
+char printCheckbox(bool isChecked);
 #endif /* TMENU_H */