mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-01-16 01:40:35 -06:00
polish
This commit is contained in:
parent
faae0e69cb
commit
a1e4d203ce
@ -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 {
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user