Skip to content

Commit c12c5db

Browse files
committed
Update itt.ps1
1 parent e341604 commit c12c5db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

itt.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ UsageCount
816816
}
817817
function Quotes {
818818
$q = (Invoke-RestMethod "https://raw.githubusercontent.com/emadadeldev/ittea/refs/heads/main/static/Database/Quotes.json").Quotes | Sort-Object { Get-Random }
819-
Set-Statusbar -Text "$($localsUrl.Controls.$($itt.Language).welcome)"; Start-Sleep 18
819+
Start-Sleep 18
820820
$i = @{quote = "💬"; info = "📢"; music = "🎵"; Cautton = ""; default = "" }
821821
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 } }
822822
}
@@ -3067,7 +3067,7 @@ VerticalAlignment="Center"/>
30673067
</Button>
30683068
</Grid>
30693069
<Grid Column="0" VerticalAlignment="Center" HorizontalAlignment="Left">
3070-
<TextBlock Name="statusbar" Foreground="{DynamicResource PrimaryTextColor}" Padding="15" Width="Auto"
3070+
<TextBlock Name="statusbar" Text="{Binding Welcome, TargetNullValue=Save time and install all your programs at once and debloat Windows and more. Be part of ITT and contribute to improving it}" Foreground="{DynamicResource PrimaryTextColor}" Padding="15" Width="Auto"
30713071
HorizontalAlignment="Left" VerticalAlignment="Center" TextWrapping="Wrap"/>
30723072
</Grid>
30733073
</Grid>

0 commit comments

Comments
 (0)