tidy(ui): remove unused maxUpscalePixels config

This commit is contained in:
psychedelicious 2024-07-24 07:17:31 +10:00
parent 7f7ce291b5
commit b4519ea61f

View File

@ -72,7 +72,6 @@ export type AppConfig = {
canRestoreDeletedImagesFromBin: boolean; canRestoreDeletedImagesFromBin: boolean;
nodesAllowlist: string[] | undefined; nodesAllowlist: string[] | undefined;
nodesDenylist: string[] | undefined; nodesDenylist: string[] | undefined;
maxUpscalePixels?: number;
metadataFetchDebounce?: number; metadataFetchDebounce?: number;
workflowFetchDebounce?: number; workflowFetchDebounce?: number;
isLocal?: boolean; isLocal?: boolean;