Skip to content

Commit

Permalink
Fix status bar message timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed Feb 11, 2020
1 parent 8545352 commit 7f3d77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7297,7 +7297,7 @@ void MainWindow::insertHtml(QString html) {
}
}

showStatusBarMessage(tr("Downloading images finished"));
showStatusBarMessage(tr("Downloading images finished"), 3000);

// remove all html tags
html.remove(QRegularExpression(QStringLiteral("<.+?>")));
Expand Down

0 comments on commit 7f3d77b

Please sign in to comment.