aboutsummaryrefslogtreecommitdiff
path: root/src/browsertab.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/browsertab.cpp')
-rw-r--r--src/browsertab.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/browsertab.cpp b/src/browsertab.cpp
index 4bbfa20..3f9f5bb 100644
--- a/src/browsertab.cpp
+++ b/src/browsertab.cpp
@@ -73,7 +73,7 @@ void BrowserTab::navigateTo(const QUrl &url, PushToHistory mode)
this->timer.start();
this->current_location = url;
- this->ui->url_bar->setText(url.toString());
+ this->ui->url_bar->setText(url.toString(QUrl::FormattingOptions(QUrl::FullyEncoded)));
if(not gemini_client.cancelRequest()) {
QMessageBox::warning(this, "Kristall", "Failed to cancel running gemini request!");