mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 11:33:06 +00:00
Update bitrate label to be more intuitive
This commit is contained in:
parent
d8b0a0ffb5
commit
2e6e835a8e
@ -305,6 +305,6 @@ public class Connection extends Activity {
|
||||
}
|
||||
|
||||
private void updateBitrateLabel() {
|
||||
bitrateLabel.setText(bitrateSlider.getProgress()+" Mbps");
|
||||
bitrateLabel.setText("Max Bitrate: "+bitrateSlider.getProgress()+" Mbps");
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user