GUI: user presets, part 2

This commit is contained in:
tildearrow 2024-04-12 03:30:57 -05:00
parent 3ad2f407d4
commit 71e66cf8c8

View file

@ -177,7 +177,7 @@ bool FurnaceGUI::loadUserPresets(bool redundancy) {
}
indent>>=1;
if (!key.empty() && !value.empty()) {
if (!key.empty()) {
std::vector<FurnaceGUISysDef>* where=digDeep(userCategory->systems,indent);
where->push_back(FurnaceGUISysDef(key.c_str(),value.c_str(),e));
}