Clear favicon image when page is changed

This commit is contained in:
David Rowe 2020-09-06 21:04:13 +12:00
parent 1d27c0138c
commit 29b96432bc

View file

@ -145,7 +145,7 @@ ScrollingWindow {
width: parent.height
height: parent.height
Image {
source: webview.icon
source: webview.loading ? "" : webview.icon
x: (parent.height - height) / 2
y: (parent.width - width) / 2
width: 28