diff --git a/index_theme.ts.template b/index_theme.ts.template index dbb7e473d..e4e5bb594 100644 --- a/index_theme.ts.template +++ b/index_theme.ts.template @@ -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"]) @@ -66,4 +68,4 @@ if(mode.data === "dashboard"){ new DashboardGui(State.state, guiState).setup() }else{ new DefaultGUI(State.state, guiState).setup() -} \ No newline at end of file +}