Hey all, is there a way for Tauri to create tabs or something similar. I am making an application where the user can have multiple accounts open and would like them to switch between tabs rather than windows.
I imagine there is some way to do this with a single webview but having a separate instance would make things alot simpler.