mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Add option to generate image thumbnails during generate (#4602)
* Add option to generate image thumbnails * Limit number of concurrent image thumbnail generation ops
This commit is contained in:
@@ -235,6 +235,7 @@ export const SceneList: React.FC<ISceneList> = ({
|
||||
if (isGenerateDialogOpen) {
|
||||
return (
|
||||
<GenerateDialog
|
||||
type="scene"
|
||||
selectedIds={Array.from(selectedIds.values())}
|
||||
onClose={() => setIsGenerateDialogOpen(false)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user