Replies: 1 comment
-
You can isolate windows by giving them unique user data dirs: https://docs.rs/tauri/latest/tauri/window/struct.WindowBuilder.html#method.data_directory - Doesn't have an effect on macOS though iirc. If that doesn't work for you, you'd need to spawn multiple instances of the app (you can't spawn mutliple apps/cores in the same main.rs file). Though again, this may not work on macos, because it has a built-in single instance mechanism and idk how to work around that for this usecase. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
like the browser private window Independent of the default window. I want to login multiple users in my app
Beta Was this translation helpful? Give feedback.
All reactions