📦 ComposeNativeTray 0.6.9
🐛 Bug Fix
-
macOS primaryActionLabel fix
- In version 0.6.8, the primary action label on macOS was always hardcoded to "Open", ignoring the user-specified
primaryActionLabel
. - This release ensures that the correct custom label is now displayed as the first menu item on macOS, matching the intended behavior on Linux.
- In version 0.6.8, the primary action label on macOS was always hardcoded to "Open", ignoring the user-specified
⚠️ Reminder
- Make sure you’re using the new unified
primaryActionLabel
parameter in your code (introduced in 0.6.8) to define the label for both Linux and macOS.