Skip to content

Commit

Permalink
Revert "Show passwords as monospace"
Browse files Browse the repository at this point in the history
This reverts commit ce4cbde.
  • Loading branch information
cmol committed Jun 12, 2020
1 parent ce4cbde commit 68c4658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ void MainWindow::passShowHandler(const QString &p_output) {
} else {
if (!password.isEmpty()) {
// set the password, it is hidden if needed in addToGridLayout
addToGridLayout(0, tr("Password"), "<tt>" + password + "</tt>");
addToGridLayout(0, tr("Password"), password);
}

NamedValues namedValues = fileContent.getNamedValues();
Expand Down

0 comments on commit 68c4658

Please sign in to comment.