Skip to content

Commit

Permalink
Update itt.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
emadadel4 committed Dec 6, 2024
1 parent 2747274 commit 64141ef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions itt.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13045,8 +13045,8 @@ function Show-Event {



$itt.event.FindName('ytv').add_MouseLeftButtonDown({
Start-Process('https://www.youtube.com/watch?v=QmO82OTsU5c')
$itt.event.FindName('ps').add_MouseLeftButtonDown({
Start-Process('https://www.palestinercs.org/en/Donation')
})


Expand All @@ -13055,13 +13055,13 @@ function Show-Event {
})


$itt.event.FindName('gpu').add_MouseLeftButtonDown({
Start-Process('https://github.com/user-attachments/assets/9651da4b-c69b-441d-a912-fb6213de73fb')
$itt.event.FindName('ytv').add_MouseLeftButtonDown({
Start-Process('https://www.youtube.com/watch?v=QmO82OTsU5c')
})


$itt.event.FindName('ps').add_MouseLeftButtonDown({
Start-Process('https://www.palestinercs.org/en/Donation')
$itt.event.FindName('gpu').add_MouseLeftButtonDown({
Start-Process('https://github.com/user-attachments/assets/9651da4b-c69b-441d-a912-fb6213de73fb')
})


Expand Down

0 comments on commit 64141ef

Please sign in to comment.