Repro steps:
- Set up
tauri_plugin_deep_link::register
with a handler that tries to callwindow.set_focus()
- Open the app
- Fire a notification that opens the app with a protocol
- Put the app in the background by focusing a different app
- Click the notification
Expected result: App comes to the foreground
Actual result: App flashes in the taskbar and does not come to the foreground