Fix #5
Installer should now detect all DLLs in the binary root directory.
This commit is contained in:
parent
756bedb371
commit
3dff4b7cad
4 changed files with 8 additions and 7 deletions
|
@ -1 +1 @@
|
|||
const VERSION = "1.1.020325+1229";
|
||||
const VERSION = "1.1.030625+0131";
|
||||
|
|
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue