Is there a way to use spaces in popupprefix or popuppostfix messages?
I’d like to end up with something like this:
prefix “Gain: "
postfix " dB”
With a combined output:
“Gain: 3.01 dB”
Currently the spaces are stripped out, ending up with:
“Gain:3.01dB”
Is there already a way to work around this, or is this a “bug”?