microsoft / XmlNotepad

XML Notepad provides a simple intuitive User Interface for browsing and editing XML documents.
https://microsoft.github.io/XmlNotepad/
MIT License
968 stars 207 forks source link

Update Settings.Designer.cs #306

Closed Jvr2022 closed 1 year ago

Jvr2022 commented 1 year ago

Renamed the Settings class to AppSettings to provide a more descriptive name.

Exposed a static AppSettings class to access the application settings.

Moved the responsibility of saving the settings to a separate method called Save().

Updated the comments to provide better clarity and information.