antler119 / system_tray

A Flutter package that makes it easy to customize and work with your Flutter desktop app's system tray.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MenuItemCheckbox enabled not work on windows

lemos1235 opened this issue · comments

      MenuItemCheckbox(
        label: 'xxxx',
        enabled: false,
        checked: true,
        onClicked: (menuItem) => handleClick(menuItem),
      ),

the enalbed flag of MenuItemCheckbox not work on windows11