mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-07-01 02:22:34 -05:00
fix toggle style
This commit is contained in:
@ -188,6 +188,7 @@ function Invoke-WinUtilUIElements {
|
||||
$checkBox.HorizontalAlignment = "Right"
|
||||
$checkBox.FontSize = 14
|
||||
$dockPanel.Children.Add($checkBox) | Out-Null
|
||||
$checkBox.Style = $window.FindResource("ColorfulToggleSwitchStyle")
|
||||
|
||||
$label = New-Object Windows.Controls.Label
|
||||
$label.Content = $appInfo.Content
|
||||
|
Reference in New Issue
Block a user