feat(state): load state on start

This commit is contained in:
2025-11-02 15:04:36 +01:00
parent 09e04720f1
commit b8bc021e69
9 changed files with 75 additions and 26 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ char *config_file_get_str(ConfigFile config, char *key, char *default_value) {
}
unsigned int config_file_get_int(ConfigFile config, char *key,
int default_value) {
unsigned int default_value) {
ConfigFileItem c_key;
ConfigFileItem *item;