setting up event listeners for bulk download socket

This commit is contained in:
Stefan Tobler
2024-02-18 00:01:15 -05:00
committed by psychedelicious
parent 5cba55d670
commit ab94484c6c
5 changed files with 75 additions and 3 deletions

View File

@ -18,7 +18,7 @@ export const initialConfigState: AppConfig = {
shouldUpdateImagesOnConnect: false,
shouldFetchMetadataFromApi: false,
disabledTabs: [],
disabledFeatures: ['lightbox', 'faceRestore', 'batches', 'bulkDownload'],
disabledFeatures: ['lightbox', 'faceRestore', 'batches'],
disabledSDFeatures: ['variation', 'symmetry', 'hires', 'perlinNoise', 'noiseThreshold'],
nodesAllowlist: undefined,
nodesDenylist: undefined,