Skip to content

Commit d929b45

Browse files
committed
update pkg
1 parent 77a3d20 commit d929b45

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

debian/changelog

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ calamares-qml-settings-nitrux (1.6.8+new-dev) nitrux; urgency=medium
55
* Fix a TypeError in usersq.
66
* Change text to clarify that the input field for the hostname IS FOR THE HOSTNAME.
77
* Make the input field for the hostname no accept spaces.
8-
* Reduce the time that the characters are visible in the password field.
8+
* Reduce the time that the characters are visible in the password field to 0.
99

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

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

etc/calamares/branding/nxos/usersq.qml

+2-2
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ ResponsiveBase
154154
text: config.userPassword
155155

156156
echoMode: TextInput.Password
157-
passwordMaskDelay: 5
157+
passwordMaskDelay: 0
158158
inputMethodHints: Qt.ImhNoAutoUppercase
159159
onTextChanged: config.setUserPassword(text)
160160

@@ -177,7 +177,7 @@ ResponsiveBase
177177
onTextChanged: config.setUserPasswordSecondary(text)
178178

179179
echoMode: TextInput.Password
180-
passwordMaskDelay: 5
180+
passwordMaskDelay: 0
181181
inputMethodHints: Qt.ImhNoAutoUppercase
182182

183183
background: Rectangle

0 commit comments

Comments
 (0)