This commit is contained in:
5684185+vsariola@users.noreply.github.com
2025-12-31 22:31:41 +02:00
parent 2303e89bbd
commit c424d2b847
2 changed files with 4 additions and 16 deletions

View File

@ -35,13 +35,9 @@ func (s *SpectrumState) Layout(gtx C) D {
var chnModeTxt string = "???"
switch tracker.SpecChnMode(t.Model.SpecAnChannelsInt().Value()) {
case tracker.SpecChnModeCombine:
chnModeTxt = "Combine"
chnModeTxt = "Sum"
case tracker.SpecChnModeSeparate:
chnModeTxt = "Separate"
case tracker.SpecChnModeLeft:
chnModeTxt = "Left"
case tracker.SpecChnModeRight:
chnModeTxt = "Right"
case tracker.SpecChnModeOff:
chnModeTxt = "Off"
}