feat(ui): remove shouldTransformUrls

This is no longer used.
This commit is contained in:
psychedelicious
2023-06-05 20:24:18 +10:00
parent 2fc0a4d53b
commit 8283d23b74
11 changed files with 10 additions and 93 deletions

View File

@ -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[];