mark platforms as known in settings

This commit is contained in:
qimiko 2024-06-15 15:28:09 -07:00
parent 5c418c7052
commit 8164bb20df
No known key found for this signature in database
GPG key ID: D2D404DD810FE0E3

View file

@ -165,6 +165,10 @@ Result<Setting> Setting::parse(
default: return Err("Unknown setting type \"" + type + "\"");
}
}
// this is handled before the setting is parsed
obj.addKnownKey("platforms");
obj.checkUnknownKeys();
}
// if the type wasn't an object or a string, the JsonChecker that gave the