mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Merge branch 'v2.1'
This commit is contained in:
commit
44cd68e3d9
|
@ -421,7 +421,9 @@ void WebView::slotLoadStarted()
|
|||
|
||||
void WebView::slotLoadProgress(int progress)
|
||||
{
|
||||
m_progress = progress;
|
||||
if (m_progress < 100) {
|
||||
m_progress = progress;
|
||||
}
|
||||
}
|
||||
|
||||
void WebView::slotLoadFinished(bool ok)
|
||||
|
|
Loading…
Reference in New Issue
Block a user