Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
emadadel4 committed Oct 17, 2024
1 parent 23e1fb0 commit 7267eb9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions itt.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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')
})
Expand Down

0 comments on commit 7267eb9

Please sign in to comment.