diff --git a/itt.ps1 b/itt.ps1 index cc338435..3251bc6c 100644 --- a/itt.ps1 +++ b/itt.ps1 @@ -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') }) @@ -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') })