Tier 0: render what the services already decided, honestly
Claude-Session: https://claude.ai/code/session_01Ms2FbjQy31TVf3CEvQhGM8
This commit is contained in:
@@ -88,4 +88,18 @@ Flow {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// A chip that lights and stays silent is the point of this strip; a chip
|
||||
// that lights and stays silent BECAUSE pw-play is not installed is not, and
|
||||
// the two are indistinguishable without this line. Full width, so the Flow
|
||||
// gives it a row of its own beneath the chips.
|
||||
Text {
|
||||
width: root.width
|
||||
visible: SoundTest.lastError !== ""
|
||||
text: SoundTest.lastError
|
||||
color: Theme.warn
|
||||
font.family: Theme.fontFamily
|
||||
font.pixelSize: Theme.fontSizeSmall
|
||||
wrapMode: Text.WordWrap
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user