Add note about multi-monitor bug to remote desktop tooltip

This commit is contained in:
Cameron Gutman 2021-01-09 18:03:48 -06:00
parent 7020749987
commit e9a98a3402

View File

@ -788,10 +788,11 @@ Flickable {
}
ToolTip.delay: 1000
ToolTip.timeout: 5000
ToolTip.timeout: 10000
ToolTip.visible: hovered
ToolTip.text: qsTr("This enables mouse control without capturing the client's mouse cursor. It will not work in most games.") + " " +
qsTr("You can toggle this while streaming using Ctrl+Alt+Shift+M.")
ToolTip.text: qsTr("This enables seamless mouse control without capturing the client's mouse cursor. It is ideal for remote desktop usage but will not work in most games.") + " " +
qsTr("You can toggle this while streaming using Ctrl+Alt+Shift+M.") + "\n\n" +
qsTr("NOTE: Due to a bug in GeForce Experience, this option may not work properly if your host PC has multiple monitors.")
}
CheckBox {