antler119 / system_tray

A Flutter package that makes it easy to customize and work with your Flutter desktop app's system tray.
MIT License
214 stars 51 forks source link

MenuItemCheckbox enabled not work on windows #68

Open lemos1235 opened 1 year ago

lemos1235 commented 1 year ago
      MenuItemCheckbox(
        label: 'xxxx',
        enabled: false,
        checked: true,
        onClicked: (menuItem) => handleClick(menuItem),
      ),

the enalbed flag of MenuItemCheckbox not work on windows11