Themes: validate that a background layer actually exists, fix current-view button (GRB)

This commit is contained in:
Pieter Vander Vennet 2024-01-03 18:24:00 +01:00
parent eb6194bf8f
commit fc483ed547
9 changed files with 62 additions and 29 deletions

View file

@ -314,6 +314,7 @@ export default class LayoutConfig implements LayoutInformation {
return layer
}
}
console.log("Fallthrough", this, tags)
return undefined
}
}