mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-11-10 13:44:17 +00:00
Improve description of gamepad mouse mode
This commit is contained in:
parent
998d3b2cc1
commit
2ecfb7af64
1 changed files with 2 additions and 7 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue