Add wrong default import from json files to code quality checks, fix those imports
This commit is contained in:
parent
71c815d37d
commit
ce44f34bf3
42 changed files with 167 additions and 148 deletions
|
@ -33,9 +33,9 @@ ShowOverlayLayerImplementation.Implement();
|
|||
// Miscelleanous
|
||||
Utils.DisableLongPresses()
|
||||
if(new URLSearchParams(window.location.search).get("test") === "true"){
|
||||
console.log(themeConfig["default"])
|
||||
console.log(themeConfig)
|
||||
}
|
||||
const layoutToUse = new LayoutConfig(themeConfig["default"])
|
||||
const layoutToUse = new LayoutConfig(themeConfig)
|
||||
|
||||
|
||||
// Workaround/legacy to keep the old paramters working as I renamed some of them
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue