Node tests are now more customizeable

This commit is contained in:
barsdeveloper
2023-04-01 22:32:22 +02:00
parent 82aaf5a9cb
commit 5de6952c48
5 changed files with 23 additions and 10 deletions

View File

@@ -211,6 +211,9 @@ export default class PinEntity extends IEntity {
getDisplayName() {
let matchResult = null
if (this.PinFriendlyName) {
return Utility.formatStringName(this.PinFriendlyName.toString())
}
if (
this.PinToolTip
// Match up until the first \n excluded or last character