docs(ui): add docstring for maxUpscaleDimension

This commit is contained in:
psychedelicious 2024-08-06 11:46:24 +10:00
parent 7c526390ed
commit f7863e17ce

View File

@ -65,6 +65,10 @@ export type AppConfig = {
*/
shouldUpdateImagesOnConnect: boolean;
shouldFetchMetadataFromApi: boolean;
/**
* Sets a size limit for outputs on the upscaling tab. This is a maximum dimension, so the actual max number of pixels
* will be the square of this value.
*/
maxUpscaleDimension?: number;
allowPrivateBoards: boolean;
disabledTabs: InvokeTabName[];