-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
WebUI: Support managing category download path #22938
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebUI: Support managing category download path #22938
Conversation
Piccirello
commented
Jun 28, 2025
0ce0744
to
827fa5a
Compare
827fa5a
to
a944ccc
Compare
a944ccc
to
834d51c
Compare
When "Use another path for incomplete torrents" in qBt settings is checked and the corresponding choice in this dialog is
|
Note that it now allows you to override whether or not an incomplete path is used without specifying a path itself (i.e. use default incomplete path). |
Fixed! Another good catch.
I agree with this. I've switched the behavior.
This is true, though I think it's not intuitive for users. They may not expect that leaving the field blank will use the default path. At first I thought it was a bug that the GUI allowed using a blank path, until I looked at the code. |
834d51c
to
079e3d4
Compare
If so, wouldn't it be better to simply add some explanation label next to it rather than making this feature inaccessible? |
The feature is still accessible, the user just has to delete the existing pre-filled value before submitting the form. |
IMO, this is less intuitive than the opposite action (fill in the field if you want to explicitly set the path). |
Both are pretty unintuitive. For now I'll keep the WebUI's behavior matching the GUI and then someone can improve both if they'd like. |
079e3d4
to
6b5faba
Compare
IMO, in most cases, the default path is sufficient for the user, which has the format |
I don't understand what you said is related. |
This allows iframes to access these values without having to re-fetch them.
6b5faba
to
f45f523
Compare
Rebased onto master now that #22958 is merged. This PR now only contains the changes to the WebUI. |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
f45f523
to
d2155c7
Compare
@Piccirello |