paint: legacy import fixes

This commit is contained in:
luboslenco
2026-04-08 10:32:56 +02:00
parent bbf44e7582
commit fccbdea755
+2 -1
View File
@@ -224,7 +224,8 @@ void import_arm_run_project(char *path) {
buffer_t *b = data_get_blob(path);
project_t *project;
bool import_as_mesh = false;
if (import_arm_is_old(b)) {
bool is_cloud = string_index_of(path, "/cloud/") >= 0;
if (import_arm_is_old(b) && !is_cloud) {
project = import_arm_from_old(b);
}
else if (!import_arm_has_version(b)) {