diff --git a/src/webview/webview.h b/src/webview/webview.h index 67470be6a..61c00875a 100644 --- a/src/webview/webview.h +++ b/src/webview/webview.h @@ -53,7 +53,7 @@ public: WebPage* webPage() const; QString getIp() { return m_currentIp; } QLabel* animationLoading(int index, bool addMovie); - QIcon siteIcon() { return m_siteIcon; } + QIcon siteIcon() { return (m_siteIcon.isNull() ? icon() : m_siteIcon); } void addNotification(QWidget* notif); bool hasRss() { return !m_rss.isEmpty(); } QList > getRss() { return m_rss; }