Skip to content

Commit

Permalink
feat: hide remote console symbols. increase password field
Browse files Browse the repository at this point in the history
  • Loading branch information
lxndr committed Nov 19, 2023
1 parent b0f1dc3 commit 44d88b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ui/console-option-list.ui
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@
<property name="column">1</property>
<property name="row">1</property>
</layout>
<property name="input-hints">GTK_INPUT_HINT_NO_SPELLCHECK | GTK_INPUT_HINT_PRIVATE</property>
<property name="input-purpose">GTK_INPUT_PURPOSE_PASSWORD</property>
<property name="visibility">False</property>
<property name="width-chars">30</property>
</object>
</child>
</object>
Expand Down

0 comments on commit 44d88b7

Please sign in to comment.