Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emadadel4 committed Dec 6, 2024
1 parent aaea0f6 commit fe62ad7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions itt.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7397,7 +7397,7 @@ function Startup {

if ($Runs -gt 1)
{
Telegram -Message "👤 User '$env:USERNAME' has opened ITT again.`n`⚙️ It has been run $Runs times`n`🎶 Music is $($itt.Music)%`n`🎨 Theme $($itt.CurretTheme)"
Telegram -Message "👤 User <<$env:USERNAME>> has opened ITT again.`n`⚙️ Runs $Runs times`n`🎶 Music is $($itt.Music)%`n`🎨 Theme $($itt.CurretTheme)`n`🌐 Language $($itt.Language)"
}
else
{
Expand Down Expand Up @@ -13045,23 +13045,23 @@ 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('shell').add_MouseLeftButtonDown({
Start-Process('https://github.com/emadadel4/shelltube')
})


$itt.event.FindName('shell').add_MouseLeftButtonDown({
Start-Process('https://github.com/emadadel4/shelltube')
$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')
})


Expand Down

0 comments on commit fe62ad7

Please sign in to comment.