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 c81e6d5..c5ae8cd 100644
--- a/src/browsertab.cpp
+++ b/src/browsertab.cpp
@@ -872,6 +872,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);