Types/StreamDeck.Profile/get_HasChildren.ps1
foreach ($act in $this.Actions.psobject.properties) { if ($act.value.uuid -in 'com.elgato.streamdeck.profile.openchild') { return $true } } |
foreach ($act in $this.Actions.psobject.properties) { if ($act.value.uuid -in 'com.elgato.streamdeck.profile.openchild') { return $true } } |