mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/telegramdesktop/tdesktop
synced 2026-09-20 16:13:46 +08:00
Added external task entries to downloads manager.
This commit is contained in:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user