improve viewboxfunction

- add logo + checkmark + warning
- add params
- render on param "render"
- custom dialog logo function call fix
- main logo function call fix
- update winutiltaskbaritem to use new images
This commit is contained in:
MyDrift
2024-09-01 13:57:30 +02:00
parent 274daae30f
commit 2e757c5491
4 changed files with 206 additions and 76 deletions

View File

@ -446,7 +446,7 @@ $sync["Form"].Add_Loaded({
})
$NavLogoPanel = $sync["Form"].FindName("NavLogoPanel")
$NavLogoPanel.Children.Add((Invoke-WinUtilLogoviewbox -Size 25)) | Out-Null
$NavLogoPanel.Children.Add((Invoke-WinUtilLogoviewbox -Type "logo" -Size 25)) | Out-Null
# Initialize the hashtable
$winutildir = @{}