mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 14:11:33 +00:00
Update searching message
This commit is contained in:
+1
-1
@@ -99,7 +99,7 @@ CenteredGridView {
|
|||||||
Label {
|
Label {
|
||||||
height: searchSpinner.height
|
height: searchSpinner.height
|
||||||
elide: Label.ElideRight
|
elide: Label.ElideRight
|
||||||
text: StreamingPreferences.enableMdns ? qsTr("Searching for PCs with NVIDIA GameStream enabled...")
|
text: StreamingPreferences.enableMdns ? qsTr("Searching for PCs on your local network with NVIDIA GameStream enabled...")
|
||||||
: qsTr("Automatic PC discovery is disabled. Add your PC manually.")
|
: qsTr("Automatic PC discovery is disabled. Add your PC manually.")
|
||||||
font.pointSize: 20
|
font.pointSize: 20
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
|
|||||||
Reference in New Issue
Block a user