From 27afd7917a320ce4d3f683cc8bb7cc232ede0ac5 Mon Sep 17 00:00:00 2001 From: Emad Adel <19177373+emadadel4@users.noreply.github.com> Date: Thu, 17 Oct 2024 11:35:16 +0300 Subject: [PATCH] Update itt.ps1 --- itt.ps1 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/itt.ps1 b/itt.ps1 index 4668b54e..f3252ca5 100644 --- a/itt.ps1 +++ b/itt.ps1 @@ -6765,6 +6765,7 @@ $itt.database.locales = '{ "defaultTheme":"استخدم إعدادات النظام", "ittlink":"أنشاء أختصار على سطح المكتب", "reset":"الوضع الافتراضي", + "reopen": "يرجى اعادة فتح الاداة مرة اخرى", "theme":"المظهر", "language":"اللغة", "mas":"تفعيل الويندوز", @@ -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') }) @@ -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()