Describe the bug
When we enable withGlobalTauri we got;
TypeError: undefined is not an object (evaluating 'window.__TAURI__.__currentWindow.label')
To Reproduce
Steps to reproduce the behavior:
cargo run --bin bench_helloworld
Expected behavior
Should work without errors
Screenshots
N/A
Additional context
Introduced by #2285