forked from MapComplete/MapComplete
Add debug dump of themeconfig
This commit is contained in:
parent
2f75299cee
commit
56d922223b
1 changed files with 4 additions and 2 deletions
|
@ -32,7 +32,9 @@ AvailableBaseLayers.implement(new AvailableBaseLayersImplementation())
|
||||||
ShowOverlayLayerImplementation.Implement();
|
ShowOverlayLayerImplementation.Implement();
|
||||||
// Miscelleanous
|
// Miscelleanous
|
||||||
Utils.DisableLongPresses()
|
Utils.DisableLongPresses()
|
||||||
|
if(new URLSearchParams(window.location.search).get("test") === "true"){
|
||||||
|
console.log(themeConfig["default"])
|
||||||
|
}
|
||||||
const layoutToUse = new LayoutConfig(themeConfig["default"])
|
const layoutToUse = new LayoutConfig(themeConfig["default"])
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,4 +68,4 @@ if(mode.data === "dashboard"){
|
||||||
new DashboardGui(State.state, guiState).setup()
|
new DashboardGui(State.state, guiState).setup()
|
||||||
}else{
|
}else{
|
||||||
new DefaultGUI(State.state, guiState).setup()
|
new DefaultGUI(State.state, guiState).setup()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue