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:
parent
016b2f118c
commit
61bc7f4543
|
@ -81,7 +81,7 @@ void BookmarksIcon::speedDialChanged()
|
|||
|
||||
void BookmarksIcon::iconClicked()
|
||||
{
|
||||
if (!m_view || m_view->url().scheme() == QLatin1String("qupzilla")) {
|
||||
if (!m_view) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user