1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

BookmarksIcon: Don't disable clicking on icon on qupzilla: pages

This commit is contained in:
David Rosca 2014-09-25 18:47:32 +02:00
parent 016b2f118c
commit 61bc7f4543

View File

@ -81,7 +81,7 @@ void BookmarksIcon::speedDialChanged()
void BookmarksIcon::iconClicked()
{
if (!m_view || m_view->url().scheme() == QLatin1String("qupzilla")) {
if (!m_view) {
return;
}