Merge pull request #2060 from thelounge/xpaw/fix-themes

Fix themes not loading
This commit is contained in:
Pavel Djundik 2018-02-13 14:37:15 +02:00 committed by GitHub
commit 939e2a00f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,6 +62,8 @@ function loadPackages() {
return;
}
packageInfo = packageInfo.thelounge;
packageMap.set(packageName, packageFile);
if (packageInfo.type === "theme") {