-
Notifications
You must be signed in to change notification settings - Fork 57
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
Fix resource pack folder sometimes not opening on windows #144
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use UDesktop
as it has a fallback for awt's Desktop#open
failing. Additionally, the mixin should be a single method.
Hey I pushed a commit with the requested changes |
...n/java/club/sk1er/patcher/mixins/bugfixes/GuiScreenResourcePacksMixin_FixOpenPackFolder.java
Outdated
Show resolved
Hide resolved
...n/java/club/sk1er/patcher/mixins/bugfixes/GuiScreenResourcePacksMixin_FixOpenPackFolder.java
Outdated
Show resolved
Hide resolved
is it ok now ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There is a bug where if you have a space character on your folder path with Windows, when you click the "open resource pack folder" button it will not work. This PR fixes it see GTNewHorizons/Hodgepodge#160