We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 719730e commit 8c6baffCopy full SHA for 8c6baff
Sources/Winget-AutoUpdate/WAU-Settings-GUI.ps1
@@ -93,7 +93,7 @@ function Test-PathTextBox_PreviewTextInput {
93
94
# Check if the input character is valid and doesn't create forbidden path
95
if (-not (Test-ValidPathCharacter -text $e.Text -currentTextBoxValue $currentText)) {
96
- $e.Handled = $true # Blockera tecknet
+ $e.Handled = $true # Block the character
97
}
98
99
function Test-PathTextBox_TextChanged {
0 commit comments