Add debug dump of themeconfig

This commit is contained in:
Pieter Vander Vennet 2022-10-27 01:37:24 +02:00
parent 2f75299cee
commit 56d922223b

View file

@ -32,7 +32,9 @@ AvailableBaseLayers.implement(new AvailableBaseLayersImplementation())
ShowOverlayLayerImplementation.Implement();
// Miscelleanous
Utils.DisableLongPresses()
if(new URLSearchParams(window.location.search).get("test") === "true"){
console.log(themeConfig["default"])
}
const layoutToUse = new LayoutConfig(themeConfig["default"])