Don't include section for now

This commit is contained in:
Dean Herbert 2019-09-03 18:56:01 +09:00
parent 002de80c30
commit f58ca82398
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ protected override void ParseLine(DefaultSkinConfiguration skin, Section section
}
if (!string.IsNullOrEmpty(pair.Key))
skin.ConfigDictionary[$"{section}/{pair.Key}"] = pair.Value;
skin.ConfigDictionary[pair.Key] = pair.Value;
}
base.ParseLine(skin, section, line);