* prefs, custom dirty state

This commit is contained in:
Scott Powell
2026-08-24 17:22:15 +10:00
parent 5a162ff4c6
commit 845242f4aa
3 changed files with 5 additions and 4 deletions
+1
View File
@@ -38,6 +38,7 @@ bool DynamicConfigSerializer::setByKey(const char* key, const char* value) {
strcat(new_config, KEY_SEP_STR);
strcat(new_config, value);
strcpy(_config, new_config); // commit new serialized string
markDirty();
return true;
}
return false; // didn't fit in _config[]