Fix typo in region map layout save

This commit is contained in:
Marcus Huderle 2022-10-22 14:31:38 -05:00
parent 0da261961b
commit 6332e74d1f

View file

@ -419,7 +419,7 @@ void RegionMap::saveLayout() {
text += this->layouts["main"][i].map_section + ", "; text += this->layouts["main"][i].map_section + ", ";
} }
text.chop(2); text.chop(2);
text += "},-\n"; text += "},\n";
} }
} else { } else {
logError(QString("Failed to save region map layout for %1").arg(this->layout_array_label)); logError(QString("Failed to save region map layout for %1").arg(this->layout_array_label));