Commit 0ee116aa authored by Ilkka Ollakka's avatar Ilkka Ollakka

Sets EchoMode(QLineEdit::Password) for CONFIG_ITEM_PASSWORD

parent 307361a5
......@@ -202,6 +202,7 @@ StringConfigControl::StringConfigControl( vlc_object_t *_p_this,
{
label = new QLabel( qtr(p_item->psz_text) );
text = new QLineEdit( qfu(p_item->value.psz) );
if( pwd ) text->setEchoMode( QLineEdit::Password );
finish();
if( !l )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment