Commit a00b8ba
fix: use consistent instrument name for soundmeter playback
_getChartConfig used 'soundmeter' but _playFile used 'sound meter',
causing the chart config to never match and sound meter playback
to silently do nothing. Changed _getChartConfig to use 'sound meter'
to match the value from appLocalizations.soundMeter.toLowerCase().1 parent 310f08e commit a00b8ba
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
333 | | - | |
| 333 | + | |
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
| |||
0 commit comments