1
0
forked from me/IronOS

Add visibility function

This commit is contained in:
Ben V. Brown
2021-09-25 09:58:33 +10:00
parent aad0f3691c
commit 2b390d68b4
2 changed files with 46 additions and 45 deletions

View File

@@ -27,6 +27,7 @@ typedef struct {
// return true if increment reached the maximum value
bool (*const incrementHandler)(void);
bool (*const draw)(void);
bool (*const isVisible)(void);
// If this is set, we will automatically use the settings increment handler instead, set >= num settings to disable
SettingsOptions autoSettingOption;
} menuitem;