mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 04:09:49 +00:00
Config: Remove unneeded downloads path
This commit is contained in:
@@ -2807,7 +2807,6 @@ ipc.on('get-config', async event => {
|
|||||||
|
|
||||||
// paths
|
// paths
|
||||||
crashDumpsPath: app.getPath('crashDumps'),
|
crashDumpsPath: app.getPath('crashDumps'),
|
||||||
downloadsPath: app.getPath('downloads'),
|
|
||||||
homePath: app.getPath('home'),
|
homePath: app.getPath('home'),
|
||||||
installPath: app.getAppPath(),
|
installPath: app.getAppPath(),
|
||||||
userDataPath: app.getPath('userData'),
|
userDataPath: app.getPath('userData'),
|
||||||
|
|||||||
@@ -45,7 +45,6 @@ export const rendererConfigSchema = z.object({
|
|||||||
disableIPv6: z.boolean(),
|
disableIPv6: z.boolean(),
|
||||||
disableScreenSecurity: z.boolean(),
|
disableScreenSecurity: z.boolean(),
|
||||||
dnsFallback: DNSFallbackSchema,
|
dnsFallback: DNSFallbackSchema,
|
||||||
downloadsPath: configRequiredStringSchema,
|
|
||||||
environment: environmentSchema,
|
environment: environmentSchema,
|
||||||
isMockTestEnvironment: z.boolean(),
|
isMockTestEnvironment: z.boolean(),
|
||||||
homePath: configRequiredStringSchema,
|
homePath: configRequiredStringSchema,
|
||||||
|
|||||||
Reference in New Issue
Block a user