Age | Commit message (Collapse) | Author |
|
|
|
It's not just components, so the naming needed cleaning up.
|
|
This makes the lazy loading of the paginated search results
actually work.
|
|
|
|
fix: add support for args with spaces to MultiMC::messageReceived()
|
|
|
|
|
|
|
|
|
|
|
|
Previously, when the main instance of MultiMC would receive an `import`
or `launch` message from another instance, it would split the message on
each space, and only read the first word of the argument (zip path/URL
or instance ID). This commit fixes that problem by sectioning the
message string instead.
|
|
|
|
Try searching for 'craft'. Now it gives ALL the results, not just
the first page of 25.
|
|
|
|
|
|
|
|
|
|
Tweak GenericName for Linux desktop entry
|
|
|
|
When specified, opens the "Import from zip" dialog as soon as the main
window is shown, with the URL field prefilled with the argument given to
the option.
Closes #2998
|
|
|
|
|
|
|
|
|
|
Now it resets properly and collapsing a group doesn't make
all subsequent clicks collapse groups.
|
|
|
|
https://help.mojang.com/ no longer has API status
|
|
|
|
The functionality was broken, beyond repair and an ongoing maintenance
nightmare.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
accessibility
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GH-2787 fix "Download All" button
|
|
|
|
|
|
|