fix: platform check on set_show_menu_on_left_click#11797
fix: platform check on set_show_menu_on_left_click#11797sandercox wants to merge 1 commit intotauri-apps:devfrom
Conversation
The platform check was broken after a merge I'm afraid. It needs to spell out `target_os` in the check.
Package Changes Through 2d25e89There are 8 changes which include @tauri-apps/api with minor, tauri-bundler with minor, tauri-cli with minor, @tauri-apps/cli with minor, tauri with minor, tauri-runtime with minor, tauri-runtime-wry with minor, tauri-utils with patch Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
|
|
|
Right... I would swear I had issues that went away with changing this but changing it back now it's still all ok. Sorry for my lack of knowledge here. |
The platform check was broken after a merge I'm afraid. It needs to spell out
target_osin the check.This is regression caused by changes in #11726 compared to the changes merged from #11729.