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 anytarget_os guard. And updated the comments inline with the changes made in the PR mentioned.
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 theany
target_os
guard. And updated the comments inline with the changes made in the PR mentioned.