diff --git a/itt.ps1 b/itt.ps1 index 7bf0b7be..25b65a53 100644 --- a/itt.ps1 +++ b/itt.ps1 @@ -12666,10 +12666,6 @@ function Show-Event { '.Trim() - $itt.event.FindName('ytv').add_MouseLeftButtonDown({ - Start-Process('https://www.youtube.com/watch?v=QmO82OTsU5c') - }) - $itt.event.FindName('shell').add_MouseLeftButtonDown({ Start-Process('https://github.com/emadadel4/shelltube') }) @@ -12678,6 +12674,10 @@ function Show-Event { Start-Process('https://github.com/emadadel4/itt?tab=readme-ov-file#-how-to-contribute') }) + $itt.event.FindName('ytv').add_MouseLeftButtonDown({ + Start-Process('https://www.youtube.com/watch?v=QmO82OTsU5c') + }) + $CloseBtn.add_MouseLeftButtonDown({ $itt.event.Close() @@ -17213,7 +17213,7 @@ $EventWindowXaml = ' - + @@ -17307,7 +17307,7 @@ $EventWindowXaml = ' - +