First steps for a decent custom theme generator
This commit is contained in:
parent
a57b7d93fa
commit
2052976909
82 changed files with 1880 additions and 1311 deletions
|
@ -23,6 +23,10 @@ export class MoreScreen extends UIElement {
|
|||
if (layout === undefined) {
|
||||
return undefined;
|
||||
}
|
||||
if(layout.id === undefined){
|
||||
console.error("ID is undefined for layout",layout);
|
||||
return undefined;
|
||||
}
|
||||
if (layout.hideFromOverview) {
|
||||
if (State.state.osmConnection.GetPreference("hidden-theme-" + layout.id + "-enabled").data !== "true") {
|
||||
return undefined;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue