add parameter to hide detail page button

This commit is contained in:
joBr99
2022-10-23 20:48:46 +02:00
parent 00a69016a5
commit 07a290ac4f
3 changed files with 9 additions and 0 deletions

View File

@@ -86,6 +86,15 @@ text += """
vis bDown2,1
vis tCF2,1
}
//Show btDetail
spstr strCommand.txt,tTmp.txt,"~",47
if(tTmp.txt!="1")
{
vis btDetail,1
}else
{
vis btDetail,0
}
}
""" + sharedfoot
print(text)