Options refactoring
Opened this issue · 1 comments
mitro42 commented
- make it a non-singleton class
- the xml reading ad writing should be part of the options class
- the path settings are currently not part of the options structure
mitro42 commented
The whole Options class was removed, its members were moved to their appropriate places.
The xml reading/writing is not yet separated.