summaryrefslogtreecommitdiff
path: root/src/webview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/webview.cpp')
-rw-r--r--src/webview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview.cpp b/src/webview.cpp
index 3ec654ac..16c9c2e5 100644
--- a/src/webview.cpp
+++ b/src/webview.cpp
@@ -294,7 +294,7 @@ void WebView::contextMenuEvent(QContextMenuEvent *event)
// TODO: REMOVE ME!
// These actions are here just to NOT remove strings until stable release.
// Just remove the lines here after that.
-if (result.linkUrl().isEmpty())
+if (false)
{
QString truncatedURL;