mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 06:32:35 +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
|
||||
height: parent.height
|
||||
Image {
|
||||
source: webview.icon
|
||||
source: webview.loading ? "" : webview.icon
|
||||
x: (parent.height - height) / 2
|
||||
y: (parent.width - width) / 2
|
||||
width: 28
|
||||
|
|
Loading…
Reference in a new issue