This commit is contained in:
MyDrift 2024-07-14 09:26:13 +02:00
parent faae0e69cb
commit a1e4d203ce
2 changed files with 2 additions and 4 deletions

View File

@ -10,8 +10,6 @@ function Invoke-WinUtilFeatureInstall {
$CheckBox
)
# $sync.form.Dispatcher.Invoke([action]{ Set-WinUtilTaskbaritem -state "Normal" -value 1/$using:CheckBox.Count })
x = 0
$CheckBox | ForEach-Object {

View File

@ -161,7 +161,7 @@ $logoPath = "$env:TEMP\cttlogo.png"
Invoke-WebRequest -Uri $logoUrl -OutFile $logoPath
# download the check
$CheckUrl = "https://raw.githubusercontent.com/ChrisTitusTech/winutil/main/docs/assets/Check.png"
$CheckUrl = "https://raw.githubusercontent.com/MyDrift-user/winutil/Progress-bar/docs/assets/check.png"
# Download the image
$CheckPath = "$env:TEMP\cttcheck.png"
Invoke-WebRequest -Uri $CheckUrl -OutFile $CheckPath
@ -446,7 +446,7 @@ $sync["SearchBar"].Add_TextChanged({
})
$sync["Form"].Add_Activated({
Set-WinUtilTaskbaritem -overlay $logoPath
Set-WinUtilTaskbaritem -overlay $logoPath -state "None"
})
# Define event handler for button click