-
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
Is your feature request related to a problem? Please describe.
In the current implementation, TcMenu resets menu after 30 seconds of inactivity. If a user is in some nested menu, after waking up the display, he is presented with the top menu once again. This is not always what we want, yet we would like to use the reset callback to implement our logic.
Please add an option to keep the menu reset logic enabled but without resetting the menu hierarchy to the top level. So that users can react to the event - like turn off a display - and restore the display later.
Currently, I'm calling the code renderer.turnOffResetLogic();
and implement my own custom logic.