diff --git a/app/src/config/bazaar.ts b/app/src/config/bazaar.ts index e064e5dcd..b6ac5ccea 100644 --- a/app/src/config/bazaar.ts +++ b/app/src/config/bazaar.ts @@ -295,7 +295,7 @@ export const bazaar = {
- + @@ -326,7 +326,7 @@ export const bazaar = { - + @@ -444,7 +444,7 @@ export const bazaar = { - + @@ -548,7 +548,7 @@ type="checkbox"> - +
diff --git a/app/src/types/index.d.ts b/app/src/types/index.d.ts index 3483c1a9b..5d139c905 100644 --- a/app/src/types/index.d.ts +++ b/app/src/types/index.d.ts @@ -868,6 +868,8 @@ interface IBazaarItem { hInstallDate: string; hUpdated: string; preferredFunding: string; + disallowUpdate: boolean; + updateRequiredMinVer: string; } interface IAV {