Skip to content

Commit

Permalink
removed setting configLoaded for testing pruposes
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeKeck committed Aug 1, 2024
1 parent 2215269 commit 5f248dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ export const appInit = async (apiConfig?: ApiConfig, hostConfig?: HostConfig): P
}

// if no moonraker config has been loaded check for a default template inside .fluidd-theme folder
configLoaded = false
if (!configLoaded) {
try {
const defaultTemplateFile = store.getters['config/getCustomThemeFile']('default', ['.json'])
Expand Down

0 comments on commit 5f248dd

Please sign in to comment.