Skip to content

Commit

Permalink
don't exclude folder selector when there's only 1
Browse files Browse the repository at this point in the history
since the checkbox covers that better anyway
  • Loading branch information
mcmonkey4eva committed Sep 23, 2024
1 parent e1e8c88 commit e84366f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/dialog/content/MissingModelsWarning.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
!slotProps.option.downloading &&
!slotProps.option.completed &&
!slotProps.option.error &&
slotProps.option.paths.length > 1 &&
showFolderSelect
"
v-model="slotProps.option.folderPath"
Expand Down

0 comments on commit e84366f

Please sign in to comment.