File tree 2 files changed +4
-4
lines changed
etc/calamares/branding/nxos
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ calamares-qml-settings-nitrux (1.6.8+new-dev) nitrux; urgency=medium
5
5
* Fix a TypeError in usersq.
6
6
* Change text to clarify that the input field for the hostname IS FOR THE HOSTNAME.
7
7
* 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 .
9
9
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
11
11
12
12
calamares-qml-settings-nitrux (1.6.7+new-dev) nitrux; urgency=medium
13
13
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ ResponsiveBase
154
154
text: config .userPassword
155
155
156
156
echoMode: TextInput .Password
157
- passwordMaskDelay: 5
157
+ passwordMaskDelay: 0
158
158
inputMethodHints: Qt .ImhNoAutoUppercase
159
159
onTextChanged: config .setUserPassword (text)
160
160
@@ -177,7 +177,7 @@ ResponsiveBase
177
177
onTextChanged: config .setUserPasswordSecondary (text)
178
178
179
179
echoMode: TextInput .Password
180
- passwordMaskDelay: 5
180
+ passwordMaskDelay: 0
181
181
inputMethodHints: Qt .ImhNoAutoUppercase
182
182
183
183
background: Rectangle
You can’t perform that action at this time.
0 commit comments