Skip to content

Commit

Permalink
Update init.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeKeck committed Aug 1, 2024
1 parent b67de7c commit 8e3320a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ export const appInit = async (apiConfig?: ApiConfig, hostConfig?: HostConfig): P
configLoaded = true
}

if no moonraker config has been loaded check for a default template inside .fluidd-theme folder
// if no moonraker config has been loaded check for a default template inside .fluidd-theme folder
configLoaded = false
if (!configLoaded) {
try {
Expand Down

0 comments on commit 8e3320a

Please sign in to comment.