diff --git a/Common/Source/cfg/cfg_Config.cpp b/Common/Source/cfg/cfg_Config.cpp index df52480c..b53bb792 100644 --- a/Common/Source/cfg/cfg_Config.cpp +++ b/Common/Source/cfg/cfg_Config.cpp @@ -164,6 +164,7 @@ namespace cfg theme.manifest.author = meta.value("author", ""); theme.path = themedir; } + else return LoadTheme(""); return theme; }