-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow multiple app instances to be open at once #995
Labels
enhancement
New feature or request
Comments
Agreed, also this would benefit from #972 being addressed |
I think popout windows for modpacks and also perhaps the search tab would be more performant and focused, the main GUI could stay on the main window only (Kind of like what the Slack desktop app does) |
Norbiros
added a commit
to Norbiros/code
that referenced
this issue
Aug 20, 2024
Norbiros
added a commit
to Norbiros/code
that referenced
this issue
Aug 24, 2024
Norbiros
added a commit
to Norbiros/code
that referenced
this issue
Aug 24, 2024
Geometrically
added a commit
that referenced
this issue
Aug 27, 2024
* feat(theseus): Initial migration to Tauri v2 * feat(theseus): Added a way to zoom / scale UI * chore(theseus): Started cleaning up some plugins * fix(theseus): Github Actions * refactor(theseus): Reduced boilerplate & more work * feat(theseus): Allow multiple app instances to be open at once (#995) * fix(theseus): Lint & more * fix(theseus): App Release github action * fix(theseus): Open links in browser & macos builds * fix(theseus): Rebase fixes * fix(theseus): Updater & app release action * fix(theseus): Fixed definitions in `build.rs` * Fix MacOS deep linking, window decorations * fix(theseus): Closing & maximizing app * Fix macos build * add back release conf * acc fix build * make updater for release builds only * focus window on startup --------- Co-authored-by: Jai A <[email protected]> Co-authored-by: Geometrically <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your suggested enhancement related to a problem? Please describe.
This would allow you to view multiple modpack mod tabs to be open at once. This is useful if you want to compare mods in do different mod packs.
Describe the solution you'd like
I would like the ability to open the app in more than one window. Currently, if you open the app and then try to open it again, nothing will happen.
Describe alternatives you've considered
A pop-out window for individual modpacks could also work.
Additional context
No response
The text was updated successfully, but these errors were encountered: