diff --git a/app/main.main.ts b/app/main.main.ts index c1c9203e18..9fd3394614 100644 --- a/app/main.main.ts +++ b/app/main.main.ts @@ -2807,7 +2807,6 @@ ipc.on('get-config', async event => { // paths crashDumpsPath: app.getPath('crashDumps'), - downloadsPath: app.getPath('downloads'), homePath: app.getPath('home'), installPath: app.getAppPath(), userDataPath: app.getPath('userData'), diff --git a/ts/types/RendererConfig.std.ts b/ts/types/RendererConfig.std.ts index 3e3c30479f..5cd7eb2b54 100644 --- a/ts/types/RendererConfig.std.ts +++ b/ts/types/RendererConfig.std.ts @@ -45,7 +45,6 @@ export const rendererConfigSchema = z.object({ disableIPv6: z.boolean(), disableScreenSecurity: z.boolean(), dnsFallback: DNSFallbackSchema, - downloadsPath: configRequiredStringSchema, environment: environmentSchema, isMockTestEnvironment: z.boolean(), homePath: configRequiredStringSchema,