From e9a98a3402ce925fca6208e86232ec5a640d1f80 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 9 Jan 2021 18:03:48 -0600 Subject: [PATCH] Add note about multi-monitor bug to remote desktop tooltip --- app/gui/SettingsView.qml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/gui/SettingsView.qml b/app/gui/SettingsView.qml index 0edc8849..2f515d3d 100644 --- a/app/gui/SettingsView.qml +++ b/app/gui/SettingsView.qml @@ -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 {