Skip to content

Commit

Permalink
refactor: moved model list verification to initializeApp
Browse files Browse the repository at this point in the history
  • Loading branch information
Vali-98 committed Oct 10, 2024
1 parent e36cf8a commit e38f7af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/constants/Global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,6 @@ export const startupApp = () => {
})
}

Llama.verifyModelList()

Logger.log('Resetting state values for startup.')
SystemUI.setBackgroundColorAsync(Style.getColor('primary-surface1'))
}
Expand Down Expand Up @@ -234,6 +232,7 @@ export const initializeApp = async () => {
})

await migratePresets()
await Llama.verifyModelList()
}

export const generateDefaultDirectories = async () => {
Expand Down

0 comments on commit e38f7af

Please sign in to comment.