txtsd
txtsd
I've found Drag and Drop doesn't work in pcmanfm and Nemo. It works well in pcmanfm-qt.
I would've preferred the formatting and actual changes be broken up into separate commits, but this should be okay for now.
It's worth making the codebase compatible with Qt6 now instead of later. Migrating from `qmake` to `cmake` is also recommended at the same time.
5MB over network is huge. It's fine for a local file.
The Prism icon is not consistent across the newly added cats. And there are strange jagged borders between the colors. Not saying we'll merge this, but nitpicking just in case...
Thank you, but it would be better if you added these instructions at [PrismLauncher/prismlauncher.github.io](https://github.com/PrismLauncher/prismlauncher.github.io/blob/master/src/wiki/development/build-instructions.md#macos) instead.
Thank you for your contribution, but the README has changed a lot. And the SVGs need to be readable, not one-liners.
Yea, malformed API responses should result in a normal error, not a segfault. We should fix this.
`java.applet.Applet` is deprecated in newer Java versions. Is this required for older modloaders? And can it be replaced with whatever the modern alternative for applets is?
> Okay, I will try to improve the code more - maybe more of a refactor. I was trying to avoid it because other projects (it was mainly one though)...