I have this setttings window im working on with tabs that you can select for different sections.
I would like to have a react view tauri link that opens a real tauri window oitside the react view, so it would load a new window on top of the main window.
Then i would like to set the active tab that should open somehow, perhaps with an url param or by other means.
Is this possible somehow?
Couls not find an example that implements this.
Usecase:: direct the user to the right tab with the correct settings to be made