Export assets first item "ex" prefix instead of "cls"

This commit is contained in:
Jindra Petřík
2024-08-05 11:17:25 +02:00
parent 0b48eab7f7
commit 2c8d6549a0
@@ -162,7 +162,7 @@ public class ExportAssetsTag extends SymbolClassTypeTag {
Map<String, String> ret = super.getNameProperties();
if (names.size() == 1) {
ret.put("chid", "" + tags.get(0));
ret.put("cls", "" + names.get(0));
ret.put("ex", "" + names.get(0));
}
return ret;
}