in the files cfg_Settings.cpp any line is missing, if you define background manualy...
The load is not a problem only save make problem. when you chnage setting. the backrounf color is deleted
See my src mod for make it work (I canot compile myself, If you can remake a version for this bug.
the missing line in save procedure : json["ui"]["background"] = ColorToHex(this->custom_scheme.bg); // Need this line if Manual setting of Background Color....
in the files cfg_Settings.cpp any line is missing, if you define background manualy... The load is not a problem only save make problem. when you chnage setting. the backrounf color is deleted
See my src mod for make it work (I canot compile myself, If you can remake a version for this bug.
the missing line in save procedure : json["ui"]["background"] = ColorToHex(this->custom_scheme.bg); // Need this line if Manual setting of Background Color....
this is the Corrected good parts :