mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-21 19:18:39 -04:00

Properly set the icon of the tab when the favicon of the KiwixWebView is updated. By default, the icon of QWebEngineView is updated from the favicon set in the html. But it sometime it is not set. So we need to load the icon from the zim file, so we have to react to urlChanged signal, to load the icon when the url's host (the zim file) changes.
Languages
C++
92.4%
CSS
3.7%
QMake
2.2%
Python
0.9%
HTML
0.4%
Other
0.4%