Add tooltip to user selection selectbox

This commit is contained in:
Jeffrey
2026-07-11 00:04:08 +02:00
parent 5571700634
commit 74dedc00e9
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -435,6 +435,9 @@ function Update-UserSelectionDescription {
$UserSelectionDescription.Text = "The default user template, affecting all new users created after this point. Useful for Sysprep deployment."
}
}
# Mirror the description text on the combo's tooltip so the same context is shown on hover.
$UserSelectionCombo.ToolTip = $UserSelectionDescription.Text
}
function Test-OtherUsername {