mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-11-10 13:44:17 +00:00
Improve busy PC error text
This commit is contained in:
parent
7c3cec0451
commit
5ccb4a8b7f
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ GridView {
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
// cannot pair while something is streaming or attempting to pair
|
// cannot pair while something is streaming or attempting to pair
|
||||||
errorDialog.text = "This PC is currently busy. Make sure to quit any running games and try again."
|
errorDialog.text = "You cannot pair while a previous session is still running on the host PC. Quit any running games or reboot the host PC, then try pairing again."
|
||||||
errorDialog.open()
|
errorDialog.open()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue