diff --git a/itt.ps1 b/itt.ps1 index 25b65a53..2145c691 100644 --- a/itt.ps1 +++ b/itt.ps1 @@ -29,7 +29,7 @@ $itt = [Hashtable]::Synchronized(@{ database = @{} ProcessRunning = $false developer = "Emad Adel" - lastupdate = "10/16/2024" + lastupdate = "10/17/2024" github = "https://github.com/emadadel4/itt" telegram = "https://t.me/emadadel4" blog = "https://emadadel4.github.io" @@ -12666,14 +12666,14 @@ function Show-Event { '.Trim() - $itt.event.FindName('shell').add_MouseLeftButtonDown({ - Start-Process('https://github.com/emadadel4/shelltube') - }) - $itt.event.FindName('contribute').add_MouseLeftButtonDown({ Start-Process('https://github.com/emadadel4/itt?tab=readme-ov-file#-how-to-contribute') }) + $itt.event.FindName('shell').add_MouseLeftButtonDown({ + Start-Process('https://github.com/emadadel4/shelltube') + }) + $itt.event.FindName('ytv').add_MouseLeftButtonDown({ Start-Process('https://www.youtube.com/watch?v=QmO82OTsU5c') })