diff --git a/itt.ps1 b/itt.ps1
index 56c3d300..c3f5fe33 100644
--- a/itt.ps1
+++ b/itt.ps1
@@ -29,7 +29,7 @@ $itt = [Hashtable]::Synchronized(@{
database = @{}
ProcessRunning = $false
developer = "Emad Adel"
- lastupdate = "11/30/2024"
+ lastupdate = "12/03/2024"
github = "https://github.com/emadadel4/itt"
telegram = "https://t.me/emadadel4"
blog = "https://emadadel4.github.io"
@@ -3350,6 +3350,15 @@ $itt.database.Applications = @'
],
"category": "Runtimes",
"check": "false"
+ },
+ {
+ "Name": "volume2",
+ "Description": "Advanced Windows volume control",
+ "winget": "irzyxa.Volume2Portable",
+ "choco": "volume2",
+ "default": [],
+ "category": "Media Tools",
+ "check": "false"
}
]
@@ -12313,6 +12322,12 @@ Icon="https://raw.githubusercontent.com/emadadel4/ITT/main/static/Icons/icon.ico
+
+
+
+
+
+
@@ -12999,8 +13014,8 @@ function Show-Event {
})
- $itt.event.FindName('shell').add_MouseLeftButtonDown({
- Start-Process('https://github.com/emadadel4/shelltube')
+ $itt.event.FindName('ytv').add_MouseLeftButtonDown({
+ Start-Process('https://www.youtube.com/watch?v=QmO82OTsU5c')
})
@@ -13009,8 +13024,8 @@ function Show-Event {
})
- $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')
})