Commit b6f12d3
Surface "no download available" when downloadUris is empty
ExecuteDownloadAsync silently returned when the resolved URI list was
empty (every mirror was gated/paid, or the file had no DownloadUrl on
any source). The user saw the button briefly disable while the async
method ran, then re-enable, with zero feedback — matching the report
of "button went grey but nothing happened".
Now shows a clear "No download available" notification explaining why
nothing happened. Split out from the Model-is-null guard since that's
not a user-facing condition.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 1c3ecc7 commit b6f12d3
1 file changed
Lines changed: 10 additions & 1 deletion
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
663 | 663 | | |
664 | 664 | | |
665 | 665 | | |
666 | | - | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
667 | 675 | | |
| 676 | + | |
668 | 677 | | |
669 | 678 | | |
670 | 679 | | |
| |||
0 commit comments