-
Notifications
You must be signed in to change notification settings - Fork 63
Home
moses-palmer edited this page Jan 17, 2017
·
3 revisions
-
Support for disabled menu items. Menu items should support being disabled. All backends support this functionality as a simple flag.
-
Support for menu item icons. Individual menu items should support displaying an image. For OSX and Linux, this is a small task, but on Windows it is slightly more complicated.
-
Support for HiDPI icons on Linux. When using a backend other than raw Xlib on Linux, the icon appears blurred even for high-resolution source images. This needs to be investigated.
-
Fallback when running under Wayland. When running under Wayland, no errors are generated, but no icon is displayed either. This needs to be investigated.