mirror of
https://github.com/thelounge/thelounge
synced 2025-02-17 05:38:25 +00:00
Merge pull request #2060 from thelounge/xpaw/fix-themes
Fix themes not loading
This commit is contained in:
commit
939e2a00f3
1 changed files with 2 additions and 0 deletions
|
@ -62,6 +62,8 @@ function loadPackages() {
|
|||
return;
|
||||
}
|
||||
|
||||
packageInfo = packageInfo.thelounge;
|
||||
|
||||
packageMap.set(packageName, packageFile);
|
||||
|
||||
if (packageInfo.type === "theme") {
|
||||
|
|
Loading…
Add table
Reference in a new issue