Config: Remove unneeded downloads path

This commit is contained in:
Scott Nonnenberg
2025-11-19 09:08:15 +10:00
committed by GitHub
parent 5745cc0083
commit 05c3966dd6
2 changed files with 0 additions and 2 deletions

View File

@@ -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'),