Ahsoka / beskar

🧪 Redesigning the SEAL kit software for compatibility with modern operating systems.
MIT License
0 stars 0 forks source link

Add Settings #4

Closed Ahsoka closed 3 years ago

Ahsoka commented 3 years ago

Description

This would be a location where the SEAL kit could store various program settings.

Some of these settings include:

Implementation

To make settings easy to view and modify by the end user (in the event that they wanted to) the settings file will be a .json file. The settings file on Windows will be stored in the C:\ProgramData directory in order to have access to the settings no matter which user is signed in. For Linux I am not entirely sure what the equivalent of the C:\ProgramData directory is so until that is determined, this feature will not be available on Linux. However, this should not be too difficult to determine.