We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc9364a commit 39e99c5Copy full SHA for 39e99c5
itt.ps1
@@ -3001,7 +3001,6 @@ $itt.QuoteIcon = $itt["window"].FindName("QuoteIcon")
3001
$h = [System.Net.Http.HttpClientHandler]::new()
3002
$h.AutomaticDecompression = [System.Net.DecompressionMethods] 'GZip,Deflate'
3003
$c = [System.Net.Http.HttpClient]::new($h)
3004
-b bb
3005
$appsUrl = "https://raw.githubusercontent.com/emadadeldev/ittea/refs/heads/main/static/Database/Applications.json"
3006
$tweaksUrl = "https://raw.githubusercontent.com/emadadeldev/ittea/refs/heads/main/static/Database/Tweaks.json"
3007
while ($true) {
0 commit comments