Allow remote desktop mouse mode in embedded mode

It can be easier to control the mouse on the desktop that way
This commit is contained in:
Cameron Gutman 2021-03-13 16:58:58 -06:00
commit 98672c8e44
2 changed files with 1 additions and 2 deletions

View file

@ -910,7 +910,6 @@ Flickable {
width: parent.width
text: qsTr("Optimize mouse for remote desktop instead of games")
font.pointSize: 12
visible: SystemProperties.hasDesktopEnvironment
checked: StreamingPreferences.absoluteMouseMode
onCheckedChanged: {
StreamingPreferences.absoluteMouseMode = checked