Skip to content
Permalink
Browse files
Merge pull request #7931 from spycrab/buffer_change_buffer
Qt/NetPlayDialog: Change buffer size message color
  • Loading branch information
spycrab committed Mar 25, 2019
2 parents 20999db + fdb8b4a commit 8bad3f9
Showing 1 changed file with 1 addition and 1 deletion.
@@ -858,7 +858,7 @@ void NetPlayDialog::OnPadBufferChanged(u32 buffer)
DisplayMessage(m_host_input_authority && !IsHosting() ?
tr("Max buffer size changed to %1").arg(buffer) :
tr("Buffer size changed to %1").arg(buffer),
"yellow");
"darkcyan");

m_buffer_size = static_cast<int>(buffer);
}

0 comments on commit 8bad3f9

Please sign in to comment.