Installer should now detect all DLLs in the binary root directory.
This commit is contained in:
zontreck 2025-03-06 01:32:43 -07:00
parent 756bedb371
commit 3dff4b7cad
4 changed files with 8 additions and 7 deletions

View file

@ -1 +1 @@
const VERSION = "1.1.020325+1229";
const VERSION = "1.1.030625+0131";

View file

@ -8,7 +8,9 @@ extension CompoundTagExt on CompoundTag {
return ListTile(
title: Text("TAG_Compound (${getKey()})"),
subtitle: TagExt.getElementDescriptor(
"${value.length} tag${value.length > 1 ? "s" : ""}",
value.length == 0
? "No Tags"
: ("${value.length} tag${value.length > 1 ? "s" : ""}"),
),
leading: TagExt.getTagIcon(getTagType()),
trailing: TagExt.getElementButtons(