Skip to content

[Enhancement]: Refactor some config options to be internal #109

@originalnicodr

Description

@originalnicodr

Describe the new feature or enhancement

There are some options that were made non-internal when created because making them so would have meant parsing them manually and doing extra work. The options in question are the following:

  • Default_Freecam
  • Custom_Components_To_Disable
  • Preferred_Target_Camera

Currently, they appear in the options menu, and the user shouldn't interact with them. So we should either make them internal and see how we can save them, or refactor the ConfigManager to allow such settings without showing them in the options menu.

Metadata

Metadata

Labels

QoLQuality of life improvements

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions