[FEAT] Add new setting to toggle auto open download folder#59
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a user-facing setting to control whether the download folder is opened automatically after a download completes.
Changes:
- Added
auto_open_foldersetting to settings template and settings fetch logic. - Threaded the setting through result actions into the
downloadmethod parameters. - Implemented post-download folder opening behavior when enabled.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| plugin/results.py | Passes the new auto_open_folder flag through the download action parameters. |
| plugin/main.py | Reads auto_open_folder from settings and conditionally opens the download folder after download completion. |
| SettingsTemplate.yaml | Adds a checkbox setting for “Auto-open download folder”. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Users can choose whether the download folder opens automatically after a download finishes.