Skip to content

Commit

Permalink
Update itt.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
emadadel4 committed Nov 16, 2024
1 parent b40b086 commit 4141eb1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions itt.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5624,7 +5624,6 @@ function Invoke-Button {
}
"searchInput" {
Search
$itt['window'].FindName($itt.CurrentCategory).SelectedIndex = 0
Debug-Message
}

Expand Down Expand Up @@ -12851,16 +12850,16 @@ function Show-Event {



$itt.event.FindName('ps').add_MouseLeftButtonDown({
Start-Process('https://www.palestinercs.org/en/Donation') # Start the process to open the URL when clicked
$itt.event.FindName('shell').add_MouseLeftButtonDown({
Start-Process('https://github.com/emadadel4/shelltube') # Start the process to open the URL when clicked
})

$itt.event.FindName('ytv').add_MouseLeftButtonDown({
Start-Process('https://www.youtube.com/watch?v=QmO82OTsU5c') # Start the process to open the URL when clicked
})

$itt.event.FindName('shell').add_MouseLeftButtonDown({
Start-Process('https://github.com/emadadel4/shelltube') # Start the process to open the URL when clicked
$itt.event.FindName('ps').add_MouseLeftButtonDown({
Start-Process('https://www.palestinercs.org/en/Donation') # Start the process to open the URL when clicked
})

$itt.event.FindName('contribute').add_MouseLeftButtonDown({
Expand Down

0 comments on commit 4141eb1

Please sign in to comment.