mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-12-14 13:22:27 +00:00
Only enable the absolute mouse checkbox if the platform has a window manager
This commit is contained in:
parent
d1823dd6e1
commit
e44d8ac7e9
1 changed files with 2 additions and 1 deletions
|
@ -583,7 +583,8 @@ Flickable {
|
|||
hoverEnabled: true
|
||||
text: "Optimize mouse for remote desktop instead of games"
|
||||
font.pointSize: 12
|
||||
checked: StreamingPreferences.absoluteMouseMode
|
||||
enabled: SystemProperties.hasWindowManager
|
||||
checked: StreamingPreferences.absoluteMouseMode && SystemProperties.hasWindowManager
|
||||
onCheckedChanged: {
|
||||
StreamingPreferences.absoluteMouseMode = checked
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue