Skip to content

Commit

Permalink
Update itt.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
emadadel4 committed Nov 24, 2024
1 parent fc6f36c commit 74d448d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions itt.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $itt = [Hashtable]::Synchronized(@{
database = @{}
ProcessRunning = $false
developer = "Emad Adel"
lastupdate = "11/23/2024"
lastupdate = "11/24/2024"
github = "https://github.com/emadadel4/itt"
telegram = "https://t.me/emadadel4"
blog = "https://emadadel4.github.io"
Expand Down Expand Up @@ -3270,7 +3270,7 @@ $itt.database.Applications = @'
{
"Name": "VLC Skins",
"Description": "Put the downloaded VLT files in the following folder: On Windows: the skins folder in the VLC installation directory (e.g. C:\\Program Files\\VideoLAN\\VLC\\skins) On Linux/Unix: ~/.local/share/vlc/skins2",
"winget": "",
"winget": "none",
"choco": "vlc-skins",
"default": [],
"category": "Media Tools",
Expand Down Expand Up @@ -12898,13 +12898,13 @@ function Show-Event {



$itt.event.FindName('contribute').add_MouseLeftButtonDown({
Start-Process('https://github.com/emadadel4/itt?tab=readme-ov-file#-how-to-contribute')
$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('ps').add_MouseLeftButtonDown({
Start-Process('https://www.palestinercs.org/en/Donation')
})


Expand All @@ -12913,8 +12913,8 @@ function Show-Event {
})


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


Expand Down

0 comments on commit 74d448d

Please sign in to comment.