Changed text to MAX HOLD to make a difference with existing 'MAX'

This commit is contained in:
GullCode 2023-04-13 11:02:32 +02:00
parent d815e6c952
commit 9f700a30c0

View File

@ -119,7 +119,7 @@ namespace ui
if( last_max_freq != max_freq_hold )
{
last_max_freq = max_freq_hold ;
freq_stats.set( "MAX:"+to_string_short_freq( max_freq_hold ) );
freq_stats.set( "MAX HOLD: "+to_string_short_freq( max_freq_hold ) );
}
PlotMarker(field_marker.value());
}