mirror of
https://github.com/nonoo/kappanhang.git
synced 2026-01-03 07:19:57 +01:00
Align TUNE text
This commit is contained in:
parent
39c1fd6545
commit
91da200d3d
|
|
@ -519,7 +519,7 @@ func (s *statusLogStruct) initIfNeeded() {
|
|||
c = color.New(color.FgHiWhite, color.BlinkRapid)
|
||||
c.Add(color.BgRed)
|
||||
s.preGenerated.stateStr.tx = c.Sprint(" TX ")
|
||||
s.preGenerated.stateStr.tune = c.Sprint(" TUNE ")
|
||||
s.preGenerated.stateStr.tune = c.Sprint(" TUNE ")
|
||||
s.preGenerated.audioStateStr.rec = c.Sprint(" REC ")
|
||||
|
||||
c = color.New(color.FgHiWhite)
|
||||
|
|
|
|||
Loading…
Reference in a new issue