Support single download file thumbnail display.

This commit is contained in:
John Preston
2022-03-07 18:10:01 +04:00
parent c04a789d70
commit bde79210ca
4 changed files with 202 additions and 67 deletions
@@ -1910,6 +1910,9 @@ void Widget::onDialogMoved(int movedFrom, int movedTo) {
Widget::~Widget() {
cancelSearchRequest();
// Destructor may hide the bar and attempt to double-destroy it.
base::take(_downloadBar);
}
} // namespace Dialogs