VasilKalchev/LiquidMenu

Unable to get current menu from LiquidSystem

Opened this issue · 0 comments

Is there an existing issue for this?

  • I have searched the existing issues.

Library version

Yes, from Arduino library manager.

Bug description

Hi I believe this library has overlooked the addition for a getter for the _currentMenu variable. The user has no way to check what menu they are currently on when using a LiquidSystem. Only the current screen can be checked. This means that reusing screens in menus will cause issues. I would like to be able to reuse my "back" screen, but if I do, I will lose my ability to check what menu I am in.

Compiler output

No response