Skip to content

Commit

Permalink
Update itt.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
emadadel4 committed Feb 18, 2025
1 parent 2f024c0 commit 899f137
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 @@ -12577,24 +12577,24 @@ $itt.event.FindName('closebtn').add_MouseLeftButtonDown({ $itt.event.Close() })
$itt.event.FindName('DisablePopup').add_MouseLeftButtonDown({ DisablePopup; $itt.event.Close() })
$itt.event.FindName('title').text = 'Changelog'.Trim()
$itt.event.FindName('date').text = '01/31/2025'.Trim()
$itt.event.FindName('preview2').add_MouseLeftButtonDown({
Start-Process('https://github.com/emadadel4/itt')
})
$itt.event.FindName('preview').add_MouseLeftButtonDown({
Start-Process('https://github.com/emadadel4/itt')
})
$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://www.youtube.com/watch?v=nI7rUhWeOrA')
})
$itt.event.FindName('ytv').add_MouseLeftButtonDown({
Start-Process('https://www.youtube.com/watch?v=QmO82OTsU5c')
})
$itt.event.FindName('preview').add_MouseLeftButtonDown({
Start-Process('https://github.com/emadadel4/itt')
})
$itt.event.FindName('esg').add_MouseLeftButtonDown({
Start-Process('https://github.com/emadadel4/itt')
})
$itt.event.FindName('preview2').add_MouseLeftButtonDown({
Start-Process('https://github.com/emadadel4/itt')
})
$itt.event.Add_PreViewKeyDown({ if ($_.Key -eq "Escape") { $itt.event.Close() } })
$storedDate = [datetime]::ParseExact($itt.event.FindName('date').Text, 'MM/dd/yyyy', $null)
$daysElapsed = (Get-Date) - $storedDate
Expand Down

0 comments on commit 899f137

Please sign in to comment.