Add removed line

This commit is contained in:
XorTroll 2019-11-17 17:00:27 +01:00
parent 78d31fc477
commit 042d015ac7

View file

@ -164,6 +164,7 @@ namespace cfg
theme.manifest.author = meta.value("author", "");
theme.path = themedir;
}
else return LoadTheme("");
return theme;
}