mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 08:49:05 +02:00
Clear favicon image when page is changed
This commit is contained in:
parent
1d27c0138c
commit
29b96432bc
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ ScrollingWindow {
|
||||||
width: parent.height
|
width: parent.height
|
||||||
height: parent.height
|
height: parent.height
|
||||||
Image {
|
Image {
|
||||||
source: webview.icon
|
source: webview.loading ? "" : webview.icon
|
||||||
x: (parent.height - height) / 2
|
x: (parent.height - height) / 2
|
||||||
y: (parent.width - width) / 2
|
y: (parent.width - width) / 2
|
||||||
width: 28
|
width: 28
|
||||||
|
|
Loading…
Reference in a new issue