Merge develop

This commit is contained in:
Pieter Vander Vennet 2021-10-11 23:33:09 +02:00
commit 8fdb7a6d7f
22 changed files with 536 additions and 141 deletions

View file

@ -90,7 +90,7 @@ export default class LayoutConfig {
throw "Widenfactor too small"
}else{
// Unofficial themes get away with this
console.warn("Detected a very small widenfactor, bumping this above 1.")
console.warn("Detected a very small widenfactor for theme ", this.id ,", bumping this above 1.")
json.widenFactor = json.widenFactor + 1
}
}