From 5f45ff35176e86fbb3bb304a44d417ccd5df508f Mon Sep 17 00:00:00 2001 From: Emad Adel <19177373+emadadel4@users.noreply.github.com> Date: Thu, 17 Oct 2024 11:41:45 +0300 Subject: [PATCH] Update itt.ps1 --- itt.ps1 | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/itt.ps1 b/itt.ps1 index d33b1aa4..dd25ac1b 100644 --- a/itt.ps1 +++ b/itt.ps1 @@ -12644,9 +12644,22 @@ function Show-Event { $itt.event.FindName('date').Text = $itt.date $CloseBtn = $itt.event.FindName('closebtn') - #{title} + $itt.event.FindName('title').text = 'New Update! +'.Trim() - #{contorlshandler} + + $itt.event.FindName('contribute').add_MouseLeftButtonDown({ + 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') + }) + + $itt.event.FindName('shell').add_MouseLeftButtonDown({ + Start-Process('https://github.com/emadadel4/shelltube') + }) + $CloseBtn.add_MouseLeftButtonDown({ $itt.event.Close() @@ -16905,3 +16918,4 @@ Stop-Transcript #=========================================================================== #endregion End Main #=========================================================================== +