diff --git a/itt.ps1 b/itt.ps1
index c3f5fe33..83de139c 100644
--- a/itt.ps1
+++ b/itt.ps1
@@ -29,7 +29,7 @@ $itt = [Hashtable]::Synchronized(@{
database = @{}
ProcessRunning = $false
developer = "Emad Adel"
- lastupdate = "12/03/2024"
+ lastupdate = "12/05/2024"
github = "https://github.com/emadadel4/itt"
telegram = "https://t.me/emadadel4"
blog = "https://emadadel4.github.io"
@@ -3352,7 +3352,7 @@ $itt.database.Applications = @'
"check": "false"
},
{
- "Name": "volume2",
+ "Name": "Volume2",
"Description": "Advanced Windows volume control",
"winget": "irzyxa.Volume2Portable",
"choco": "volume2",
@@ -7373,7 +7373,7 @@ function Startup {
if ($Runs -gt 1)
{
- Telegram -Message "π€ User '$env:USERNAME' has opened ITT again.`n`βοΈIt has been run $Runs times`n`πΆ Music is $($itt.Music)%"
+ Telegram -Message "π€ User '$env:USERNAME' has opened ITT again.`n`βοΈ It has been run $Runs times`n`πΆ Music is $($itt.Music)%`n`π¨ Theme $($itt.CurretTheme)"
}
else
{
@@ -12324,7 +12324,7 @@ Icon="https://raw.githubusercontent.com/emadadel4/ITT/main/static/Icons/icon.ico
-
+
@@ -13009,13 +13009,13 @@ function Show-Event {
- $itt.event.FindName('ps').add_MouseLeftButtonDown({
- Start-Process('https://www.palestinercs.org/en/Donation')
+ $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')
+ $itt.event.FindName('ps').add_MouseLeftButtonDown({
+ Start-Process('https://www.palestinercs.org/en/Donation')
})
@@ -13024,8 +13024,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')
})