mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-07 19:23:39 -04:00
Hide password
This commit is contained in:
parent
d207e80a51
commit
af792ce805
1 changed files with 5 additions and 1 deletions
|
|
@ -374,7 +374,11 @@
|
|||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLineEdit" name="retroachievements_password_input"/>
|
||||
<widget class="QLineEdit" name="retroachievements_password_input">
|
||||
<property name="echoMode">
|
||||
<enum>QLineEdit::PasswordEchoOnEdit</enum>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue