Alexandru Ionut Tripon
Alexandru Ionut Tripon
Looked into it and this works under Linux so most probably is a windows thing. You may need to change some settings in Windows to allow UTF-16 characters in the...
Yeah, I'm completely ok with fixing this. That is why this issue was reopened, and that is why I commented on the places where the change can be made. As...
Ok this is an ugly workaround for this but here it is: - prepare the instance: create an instance that matches the installer Minecraft Version and loader(the version doesn't matter...
Most probably caused by the fact that prism tries to load the words to populate some setting, please do see if the nightly version has similar issues. If the words...
I need it to be on a separate column so I do not need to hack my way up to determine if the icon was pressed or not. This should...
It is an issue with column stuff: sometimes, when we add a new column, the column is displayed to the user for some time, but it is not interactive. Right-click...
rebase pleas
Address all that stuff in the simplest way I could think: - return from the update latest function if the version has changed - allow the user to actually select...
Not PR fault I can reproduce this with latest develop. So this is not a regression introduced by this PR. Steps to reproduce: - have internet on - start prism...
Here is the patch to solve this: ``` diff --git a/launcher/ui/widgets/InfoFrame.cpp b/launcher/ui/widgets/InfoFrame.cpp index 1e641c4f9..4a71b6650 100644 --- a/launcher/ui/widgets/InfoFrame.cpp +++ b/launcher/ui/widgets/InfoFrame.cpp @@ -88,7 +88,7 @@ void InfoFrame::updateWithMod(Mod const& m) if (m.name().isEmpty()) name...