You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the CustomMenuItem API in Tao on macOS there is no way to represent high DPI icons. Typically you'd do that with @2x, but the icons is just loaded into memory and thus doesn't have that context.
When using the CustomMenuItem API in Tao on macOS there is no way to represent high DPI icons. Typically you'd do that with
@2x
, but the icons is just loaded into memory and thus doesn't have that context.https://docs.rs/tao/latest/tao/menu/struct.CustomMenuItem.html#method.set_icon
The text was updated successfully, but these errors were encountered: