Skip to content

Social Links never open the browser #74

Description

@AzureAaron

While Social Links have code that should open the link in the user's browser, this never actually happens because AWT does not support that functionality while running in headless mode which Minecraft enables on startup.

The code should be changed to use Minecraft's builtin Util.getPlatform().openUri(URI) method which will work correctly.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions