Skip to content

v2.6.0 - Easy checks method + Fixes

Latest
Compare
Choose a tag to compare
@regorxxx regorxxx released this 28 Nov 19:04
· 5 commits to main since this release

[2.6.0] - 2023-11-28

Added

  • New method .newCheckMenuLast(boolFunc),sShorthand for .newCheckMenu(menuName, entryTextA, void(0), boolFunc), where the entry is automatically retrieved from the last one added to the menu.

Changed

Removed

Fixed

  • "menuName.indexOf is not a function" error at newMenu() due to typo on variable type checks.
  • concat() not working properly with menu objects with sub-menus or menu checks.
  • btn_up(x, y, object, ....) not working properly with menu objects with sub-menus or menu checks.