set_as_help_menu_for_nsapp
and set_as_windows_menu_for_nsapp
are broken on macOS
#263
Labels
bug
Something isn't working
According to https://stackoverflow.com/a/74964099, setting
windowsMenu
andhelpMenu
at NSApp should fill these menus with pre-defined macOS items such as window controls, Spotlight menu item, etc.On latest
muda-v0.15.3
and macOS 15.2 (24C101) I don't get expected behavior, take https://github.com/tauri-apps/muda/blob/muda-v0.15.3/examples/winit.rs and this patch:with
set_as_windows_menu_for_nsapp
call:with
set_as_help_menu_for_nsapp
call:without
set_as_windows_menu_for_nsapp
call:without
set_as_help_menu_for_nsapp
call:The text was updated successfully, but these errors were encountered: