Skip to content
This repository has been archived by the owner on May 10, 2018. It is now read-only.

Commit

Permalink
Preferences: Show dots instead of chars in proxy password input
Browse files Browse the repository at this point in the history
Closes #2526
  • Loading branch information
nowrep committed Dec 19, 2017
1 parent 53fc3ba commit cfa967b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/lib/preferences/preferences.ui
Original file line number Diff line number Diff line change
Expand Up @@ -1514,7 +1514,11 @@
</widget>
</item>
<item>
<widget class="QLineEdit" name="proxyPassword"/>
<widget class="QLineEdit" name="proxyPassword">
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_3">
Expand Down

0 comments on commit cfa967b

Please sign in to comment.