aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/browsertab.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/browsertab.cpp b/src/browsertab.cpp
index 237aeff..b64ab93 100644
--- a/src/browsertab.cpp
+++ b/src/browsertab.cpp
@@ -870,6 +870,7 @@ void BrowserTab::on_inputRequired(const QString &query, const bool is_sensitive)
QInputDialog dialog{this};
dialog.setInputMode(QInputDialog::TextInput);
+ dialog.setOption(QInputDialog::UsePlainTextEditForTextInput);
dialog.setLabelText(query);
if (is_sensitive) dialog.setTextEchoMode(QLineEdit::Password);