Skip to content

Commit

Permalink
update pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
UriHerrera committed Jun 11, 2024
1 parent 77a3d20 commit d929b45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ calamares-qml-settings-nitrux (1.6.8+new-dev) nitrux; urgency=medium
* Fix a TypeError in usersq.
* Change text to clarify that the input field for the hostname IS FOR THE HOSTNAME.
* Make the input field for the hostname no accept spaces.
* Reduce the time that the characters are visible in the password field.
* Reduce the time that the characters are visible in the password field to 0.

-- Uri Herrera <[email protected]> Mon, 10 Jun 2024 23:41:00 -0500
-- Uri Herrera <[email protected]> Mon, 10 Jun 2024 00:13:00 -0500

calamares-qml-settings-nitrux (1.6.7+new-dev) nitrux; urgency=medium

Expand Down
4 changes: 2 additions & 2 deletions etc/calamares/branding/nxos/usersq.qml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ ResponsiveBase
text: config.userPassword

echoMode: TextInput.Password
passwordMaskDelay: 5
passwordMaskDelay: 0
inputMethodHints: Qt.ImhNoAutoUppercase
onTextChanged: config.setUserPassword(text)

Expand All @@ -177,7 +177,7 @@ ResponsiveBase
onTextChanged: config.setUserPasswordSecondary(text)

echoMode: TextInput.Password
passwordMaskDelay: 5
passwordMaskDelay: 0
inputMethodHints: Qt.ImhNoAutoUppercase

background: Rectangle
Expand Down

0 comments on commit d929b45

Please sign in to comment.