mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-03 00:06:09 +00:00
Update poor connection behavior
This commit is contained in:
parent
caf5350fe6
commit
7c3f09c70c
@ -129,7 +129,7 @@ void Session::clConnectionStatusUpdate(int connectionStatus)
|
|||||||
{
|
{
|
||||||
case CONN_STATUS_POOR:
|
case CONN_STATUS_POOR:
|
||||||
if (s_ActiveSession->m_StreamConfig.bitrate > 5000) {
|
if (s_ActiveSession->m_StreamConfig.bitrate > 5000) {
|
||||||
strcpy(s_ActiveSession->m_OverlayManager.getOverlayText(Overlay::OverlayStatusUpdate), "Slow connection to PC\nReduce bitrate");
|
strcpy(s_ActiveSession->m_OverlayManager.getOverlayText(Overlay::OverlayStatusUpdate), "Slow connection to PC\nReduce your bitrate");
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
strcpy(s_ActiveSession->m_OverlayManager.getOverlayText(Overlay::OverlayStatusUpdate), "Poor connection to PC");
|
strcpy(s_ActiveSession->m_OverlayManager.getOverlayText(Overlay::OverlayStatusUpdate), "Poor connection to PC");
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit e9bc1070b716e1cd79646cba9e02293f1ffb4c3b
|
Subproject commit 9220fcb8e856fedcc5e366e0a54ad95dc855fbf5
|
Loading…
x
Reference in New Issue
Block a user