bloodmasters icon indicating copy to clipboard operation
bloodmasters copied to clipboard

Consider reworking configuration management

Open KeterSCP opened this issue 1 year ago • 0 comments

Currently, the configuration is stored in .cfg file and is managed by a custom Configuration class for read/write/save operations.

We should consider reworking this to use a modern file format (json?) and eliminate most of the code in this file. Maybe even inject config from DI

KeterSCP avatar Jul 25 '23 12:07 KeterSCP