tauri-apps/tauri

[bug] Tauri v2 is missing Zoom predefined menu item (MacOS)

Opened this issue · 0 comments

qu1ck commented

Describe the bug

V1 has this
https://docs.rs/tauri/1.8.1/tauri/enum.MenuItem.html#variant.Zoom

Nowhere to be seen in v2
https://docs.rs/tauri/2.0.6/tauri/menu/struct.PredefinedMenuItem.html

Reproduction

N/A

Expected behavior

API should have access to this native macos menu item.

Full tauri info output

Tauri 2.0.6 on macos

Stack trace

No response

Additional context

No response