Skip to content

Commit

Permalink
Update itt.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
emadadel4 committed Oct 17, 2024
1 parent e353467 commit 27afd79
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions itt.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6765,6 +6765,7 @@ $itt.database.locales = '{
"defaultTheme":"استخدم إعدادات النظام",
"ittlink":"أنشاء أختصار على سطح المكتب",
"reset":"الوضع الافتراضي",
"reopen": "يرجى اعادة فتح الاداة مرة اخرى",
"theme":"المظهر",
"language":"اللغة",
"mas":"تفعيل الويندوز",
Expand Down Expand Up @@ -12659,6 +12660,10 @@ function Show-Event {
'.Trim()


$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')
})
Expand All @@ -12667,10 +12672,6 @@ function Show-Event {
Start-Process('https://github.com/emadadel4/shelltube')
})

$itt.event.FindName('contribute').add_MouseLeftButtonDown({
Start-Process('https://github.com/emadadel4/itt?tab=readme-ov-file#-how-to-contribute')
})


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

0 comments on commit 27afd79

Please sign in to comment.