Added external task entries to downloads manager.

This commit is contained in:
23rd
2026-08-05 12:42:51 +03:00
parent 02335826ba
commit 90ca232bff
8 changed files with 304 additions and 18 deletions

View File

@@ -1586,8 +1586,12 @@ void Widget::setupDownloadBar() {
return;
}
}
if (first) {
if (first && first->isHistoryEntry()) {
controller()->showMessage(first);
} else if (first) {
controller()->showSection(
Info::Downloads::Make(
controller()->session().user()));
}
}, _downloadBar->lifetime());