From 4141eb1a7478f566c4aa187cd667525afb42cff4 Mon Sep 17 00:00:00 2001 From: Emad Adel <19177373+emadadel4@users.noreply.github.com> Date: Sat, 16 Nov 2024 04:02:01 +0200 Subject: [PATCH] Update itt.ps1 --- itt.ps1 | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/itt.ps1 b/itt.ps1 index 690278ad..266b946d 100644 --- a/itt.ps1 +++ b/itt.ps1 @@ -5624,7 +5624,6 @@ function Invoke-Button { } "searchInput" { Search - $itt['window'].FindName($itt.CurrentCategory).SelectedIndex = 0 Debug-Message } @@ -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({