Commit Graph

6 Commits

Author SHA1 Message Date
6536ea3fb9 Code refactoring 2023-03-29 09:24:34 +02:00
edd573546b Fixed wrong index 2023-03-28 13:05:18 +02:00
a806f73633 Variable were declared at the wrong place 2023-03-28 12:57:36 +02:00
a59fe2df50 Removed const keyword because SpecialDirectories 2023-03-28 12:50:08 +02:00
9ffbabdd35 Rethinking of this class:
- private static Config object
- Designated methods for providing fields of said Config object
- Config info isn't fetched from the file all the time, but rather
only once in the Init() method. After that, data is fetched from the
Configuration object
2023-03-28 10:59:44 +02:00
6dd08d15b5 Deleted everything profile related and started semi-fresh 2023-03-27 10:24:40 +02:00