mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +01:00
BookmarksIcon: Don't disable clicking on icon on qupzilla: pages
This commit is contained in:
parent
016b2f118c
commit
61bc7f4543
@ -81,7 +81,7 @@ void BookmarksIcon::speedDialChanged()
|
|||||||
|
|
||||||
void BookmarksIcon::iconClicked()
|
void BookmarksIcon::iconClicked()
|
||||||
{
|
{
|
||||||
if (!m_view || m_view->url().scheme() == QLatin1String("qupzilla")) {
|
if (!m_view) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user