This commit is contained in:
MyDrift
2024-07-15 15:48:00 +02:00
parent f50845078e
commit e8d1bd8eb8
2 changed files with 3 additions and 5 deletions

View File

@ -457,8 +457,6 @@ if (-NOT (Test-Path -Path $winutildir["checkmark.png"])) {
Set-WinUtilTaskbaritem -overlay "logo" | Out-Null
$sync["Form"].icon = $winutildir["logo.png"]
$sync["Form"].Add_Activated({
Set-WinUtilTaskbaritem -overlay "logo"
})