prepare for color scheme import/export chamges

this includes a small refactor of the settings mechanism
This commit is contained in:
tildearrow 2023-12-21 18:14:28 -05:00
parent 231a76d50b
commit f46aa5cbfd
4 changed files with 451 additions and 420 deletions

View file

@ -702,6 +702,9 @@ class DivEngine {
double getConfDouble(String key, double fallback);
String getConfString(String key, String fallback);
// get config object
DivConfig& getConfObject();
// set a config value
void setConf(String key, bool value);
void setConf(String key, int value);