Remove DEFAULT_DOWNLOAD_FOLDER feature

Co-authored-by: alexta69 <7450369+alexta69@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-07 06:37:09 +00:00
parent 1f4c4df847
commit 6de4a56f28
3 changed files with 0 additions and 6 deletions

View File

@@ -315,10 +315,6 @@ export class App implements AfterViewInit, OnInit {
if (!this.chapterTemplate) {
this.chapterTemplate = config['OUTPUT_TEMPLATE_CHAPTER'];
}
// Set default download folder from backend config if not already set
if (!this.folder && config['DEFAULT_DOWNLOAD_FOLDER']) {
this.folder = config['DEFAULT_DOWNLOAD_FOLDER'];
}
}
});
}