Fix global settings consistency

Fixes #25161
This commit is contained in:
Marcin Zawiejski
2019-01-23 00:09:22 +01:00
committed by GitHub
parent 42ce497e79
commit e53c5d858a

View File

@ -241,7 +241,7 @@ void SectionedInspector::update_category_list() {
int sp = pi.name.find("/");
if (sp == -1)
pi.name = "Global/" + pi.name;
pi.name = "global/" + pi.name;
Vector<String> sectionarr = pi.name.split("/");
String metasection;