Add note about multi-monitor bug to remote desktop tooltip
This commit is contained in:
parent
7020749987
commit
e9a98a3402
1 changed files with 4 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue