1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 18:56:34 +01:00

Preferences: Show dots instead of chars in proxy password input

Closes #2526
This commit is contained in:
David Rosca 2017-12-19 15:13:08 +01:00
parent 82fe9d33c9
commit edce3dd0d0

View File

@ -1514,7 +1514,11 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QLineEdit" name="proxyPassword"/> <widget class="QLineEdit" name="proxyPassword">
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>
</widget>
</item> </item>
<item> <item>
<spacer name="horizontalSpacer_3"> <spacer name="horizontalSpacer_3">