Add iron_http_request for linux

This commit is contained in:
luboslenco
2025-09-12 13:55:41 +02:00
parent 4fba47352e
commit 3e32dc22f0
5 changed files with 74 additions and 17 deletions
-4
View File
@@ -19,10 +19,6 @@ function strings_check_internet_connection(): string {
return tr("Error: Check internet connection to access the cloud");
}
function strings_ensure_wget_is_installed(): string {
return tr("Error: Ensure wget is installed");
}
function strings_asset_already_imported(): string {
return tr("Info: Asset already imported");
}