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 c3096e5 commit 9658ab0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions itt.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7297,7 +7297,7 @@ function Startup {
Write-Host " | #StandWithPalestine |"
Write-Host " +==============================================================================+"
Write-Host " Launch Anytime, Anywhere! `n` "
Write-Host " Telegram: https://t.me/ittemadadel_bot"
Write-Host " Telegram: https://t.me/bacave"
Write-Host " Discord: https://discord.gg/63m34EE6mX `n` "

Get-PCInfo
Expand Down Expand Up @@ -12854,10 +12854,6 @@ function Show-Event {
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('ps').add_MouseLeftButtonDown({
Start-Process('https://www.palestinercs.org/en/Donation') # Start the process to open the URL when clicked
})
Expand All @@ -12866,6 +12862,10 @@ function Show-Event {
Start-Process('https://github.com/emadadel4/itt?tab=readme-ov-file#-how-to-contribute') # 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
})


$CloseBtn.add_MouseLeftButtonDown({
$itt.event.Close()
Expand Down

0 comments on commit 9658ab0

Please sign in to comment.