Skip to content
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

Mount dependency string modal only when it's opened #1192

Merged
merged 1 commit into from
Jan 30, 2024

Commits on Jan 30, 2024

  1. Mount dependency string modal only when it's opened

    The modal rerenders when ever the local mod list updates. This is
    unnecessary since the list can be changed from e.g. LocalModList, while
    the modal can be opened only from the settings view.
    
    Normally this wouldn't be much of a problem, but currently the method
    that's used to get the list of local mods does some extra stuff and is
    slow.
    anttimaki committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    59fff7c View commit details
    Browse the repository at this point in the history