From 2ecfb7af64482c639e4df508fc1e7c1bbb9250a8 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 27 Dec 2020 15:41:47 -0600 Subject: [PATCH] Improve description of gamepad mouse mode --- app/gui/SettingsView.qml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/app/gui/SettingsView.qml b/app/gui/SettingsView.qml index 88bc6fc3..f2e86fc3 100644 --- a/app/gui/SettingsView.qml +++ b/app/gui/SettingsView.qml @@ -888,17 +888,12 @@ Flickable { id: gamepadMouseCheck hoverEnabled: true width: parent.width - text: qsTr("Gamepad mouse mode support") - font.pointSize: 12 + text: qsTr("Enable mouse control with gamepads by holding the 'Start' button") + font.pointSize: 12 checked: StreamingPreferences.gamepadMouse onCheckedChanged: { StreamingPreferences.gamepadMouse = checked } - - ToolTip.delay: 1000 - ToolTip.timeout: 3000 - ToolTip.visible: hovered - ToolTip.text: qsTr("When enabled, holding the Start button will toggle mouse mode") } CheckBox {