mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): remove shouldTransformUrls
This is no longer used.
This commit is contained in:
@ -108,11 +108,7 @@ export type SDFeature =
|
||||
*/
|
||||
export type AppConfig = {
|
||||
/**
|
||||
* Whether or not URLs should be transformed to use a different host
|
||||
*/
|
||||
shouldTransformUrls: boolean;
|
||||
/**
|
||||
* Whether or not we need to re-fetch images
|
||||
* Whether or not we should update image urls when image loading errors
|
||||
*/
|
||||
shouldUpdateImageUrlsOnError: boolean;
|
||||
disabledTabs: InvokeTabName[];
|
||||
|
Reference in New Issue
Block a user