Minor fix

This commit is contained in:
js0ny 2025-03-20 20:14:01 +00:00
parent 9f85a746dc
commit 17cf51c1ca
5 changed files with 128 additions and 8 deletions

View file

@ -84,4 +84,6 @@ function Show-WindowsNotification {
$notifyIcon.Icon = [System.Drawing.Icon]::ExtractAssociatedIcon((Get-Command pwsh).Source)
$notifyIcon.Visible = $true
$notifyIcon.ShowBalloonTip(0,$Title,$Message,[System.Windows.Forms.ToolTipIcon]::Info)
}
}
Import-Module "$($(Get-Item $(Get-Command scoop.ps1).Path).Directory.Parent.FullName)\modules\scoop-completion"