Show downloading info

This commit is contained in:
luboslenco
2025-09-03 11:23:17 +02:00
parent e09f420833
commit 1c38533bb4
+3 -1
View File
@@ -8,8 +8,10 @@ let _import_asset_done: ()=>void;
function import_asset_run(path: string, drop_x: f32 = -1.0, drop_y: f32 = -1.0, show_box: bool = true, hdr_as_envmap: bool = true, done: ()=>void = null) {
if (starts_with(path, "cloud")) {
///if (arm_android || arm_ios)
///if arm_android
console_toast(tr("Downloading"));
///else
console_info(tr("Downloading"));
///end
_import_asset_drop_x = drop_x;