tauri-apps / tauri

Build smaller, faster, and more secure desktop and mobile applications with a web frontend.
https://tauri.app
Apache License 2.0
85.36k stars 2.58k forks source link

fix(windows): TrayIcon allow show_menu_on_left_click #11729

Closed sandercox closed 3 days ago

sandercox commented 3 days ago

The show_menu_on_left_click was implemented for Windows in tauri-apps/tray-icon#199 but the tauri TrayBuilder didn't allow the usage yet when platform was not "macOS". Added the any target_os guard. And updated the comments inline with the changes made in the PR mentioned.

amrbashir commented 3 days ago

thank you