mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-03 14:36:21 +00:00
Update bitrate label to be more intuitive
This commit is contained in:
@@ -305,6 +305,6 @@ public class Connection extends Activity {
|
||||
}
|
||||
|
||||
private void updateBitrateLabel() {
|
||||
bitrateLabel.setText(bitrateSlider.getProgress()+" Mbps");
|
||||
bitrateLabel.setText("Max Bitrate: "+bitrateSlider.getProgress()+" Mbps");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user