diff --git a/scripts/main.ps1 b/scripts/main.ps1 index 2452e92a..63e2aa46 100644 --- a/scripts/main.ps1 +++ b/scripts/main.ps1 @@ -420,12 +420,7 @@ $sync["Form"].Add_Loaded({ $NavLogoPanel = $sync["Form"].FindName("NavLogoPanel") $NavLogoPanel.Children.Add((Invoke-WinUtilAssets -Type "logo" -Size 25)) | Out-Null - -if (Test-Path "$winutildir\logo.ico") { - $sync["logorender"] = "$winutildir\logo.ico" -} else { - $sync["logorender"] = (Invoke-WinUtilAssets -Type "Logo" -Size 90 -Render) -} +$sync["logorender"] = (Invoke-WinUtilAssets -Type "Logo" -Size 90 -Render) $sync["checkmarkrender"] = (Invoke-WinUtilAssets -Type "checkmark" -Size 512 -Render) $sync["warningrender"] = (Invoke-WinUtilAssets -Type "warning" -Size 512 -Render)