Skip to content

Social Links never open the browser #74

@AzureAaron

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.

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