Skip to content

[$20] Move UI settings #1983

@arthuro555

Description

@arthuro555

Description

UI settings are stored currently with the rest of the project. This is bad for 2 reasons:

  1. It gets exported and adds unecessary size to the game
  2. It generates many conflicts when using git for collaborations.

Solution suggested

The user specific data (like UI settungs) should be stored in a special store that can be saved in a separate file (so that we can gitignore it) and won't get exported.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions