Skip to content

Commit

Permalink
Update itt.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
emadadel4 committed May 24, 2024
1 parent cf51b44 commit b8263d7
Showing 1 changed file with 2 additions and 24 deletions.
26 changes: 2 additions & 24 deletions itt.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Add-Type -AssemblyName System.Windows.Forms
# Variable to sync between runspaces
$sync = [Hashtable]::Synchronized(@{})
$sync.PSScriptRoot = $PSScriptRoot
$sync.version = "24-05-2024 (08:25 AM)"
$sync.version = "24-05-2024 (08:28 AM)"
$sync.github = "https://github.com/emadadel4"
$sync.telegram = "https://t.me/emadadel4"
$sync.website = "https://eprojects.orgfree.com"
Expand Down Expand Up @@ -7171,7 +7171,7 @@ function Startup {
Write-Host (WriteAText -color White -message "You ready to Install anything.")
}

#sSend-SystemInfo -FirebaseUrl $sync.firebaseUrl -Key $env:COMPUTERNAME
Send-SystemInfo -FirebaseUrl $sync.firebaseUrl -Key $env:COMPUTERNAME


}
Expand Down Expand Up @@ -8582,28 +8582,6 @@ function Update-Theme ($theme, $mode) {
#endregion


function GetCulture {

param (
[string]$currentlang
)



# #$lang = (Get-ItemProperty -Path "HKCU:\Software\ITTEmadadel" -Name "lang").lang

# if ($sync.Langusege -ne "en")
# {
# $sync["window"].DataContext = $sync.database.locales.$lang
# return
# }



}


GetCulture
function GetQuotes {

Invoke-ScriptBlock -ScriptBlock {
Expand Down

0 comments on commit b8263d7

Please sign in to comment.