Skip to content

Commit 615e250

Browse files
committed
Binding Welcome message
1 parent 41628ca commit 615e250

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/Core/Startup-Log.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function Startup {
2727

2828
function Quotes {
2929
$q = (Invoke-RestMethod "https://raw.githubusercontent.com/emadadeldev/ittea/refs/heads/main/static/Database/Quotes.json").Quotes | Sort-Object { Get-Random }
30-
Set-Statusbar -Text "$($localsUrl.Controls.$($itt.Language).welcome)"; Start-Sleep 18
30+
Start-Sleep 18
3131
$i = @{quote = "💬"; info = "📢"; music = "🎵"; Cautton = ""; default = "" }
3232
while (1) { foreach ($x in $q) { $c = $i[$x.type]; if (-not $c) { $c = $i.default }; $t = "`“$($x.text)`”"; if ($x.name) { $t += "$($x.name)" }; Set-Statusbar -Text "$c $t"; Start-Sleep 25 } }
3333
}
@@ -46,9 +46,9 @@ function Startup {
4646
Write-Host "Backup 2: https://codeberg.org/emadadel/itt" -ForegroundColor Gray
4747
Write-Host " ╚═╝ ╚═╝ ╚═╝ " -ForegroundColor White
4848
# debug start
49-
if ($Debug) { return }
49+
#if ($Debug) { return }
5050
# debug end
51-
UsageCount
51+
#UsageCount
5252
Quotes
5353
}
5454

0 commit comments

Comments
 (0)