tauri-apps / muda

Menu Utilities for Desktop Applications in Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docs: Some `PredefinedMenuItem`s not showing on Linux

virtualritz opened this issue · comments

Specifically, I only use PredefinedMenuItem::show_all and PredefinedMenuItem::quit.

They do not show up in my menu at all on Linux.
If they're not supported there they should be excluded on that platform?

quit and show_all is not supported on Linux, I seem to have forgotten to add documentation for it, thanks for the report and I will try to update it ASAP.