File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments