Types/StreamDeck.Profile/get_IsChild.ps1
if (-not $this.Path) { return $true } ($this.Path | Split-Path | Split-Path | Split-Path | Split-Path -Leaf) -ne 'StreamDeck' |
if (-not $this.Path) { return $true } ($this.Path | Split-Path | Split-Path | Split-Path | Split-Path -Leaf) -ne 'StreamDeck' |