diff options
Diffstat (limited to 'src/browsertab.cpp')
| -rw-r--r-- | src/browsertab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/browsertab.cpp b/src/browsertab.cpp index 1682069..7aa9ebf 100644 --- a/src/browsertab.cpp +++ b/src/browsertab.cpp @@ -865,7 +865,7 @@ void BrowserTab::on_redirected(QUrl uri, bool is_permanent) ).arg(uri.host()); } - if(is_cross_protocol or is_cross_host) + if (!question.isEmpty()) { auto answer = QMessageBox::question( this, |
