mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-01 23:35:55 +00:00
Trim keyboard shortcut setting text slightly
This commit is contained in:
parent
ca0250280a
commit
ae246b1005
@ -848,7 +848,7 @@ Flickable {
|
||||
hoverEnabled: true
|
||||
width: parent.width
|
||||
text: qsTr("Capture system keyboard shortcuts ") +
|
||||
(!SystemProperties.isRunningWayland ? qsTr("while streaming in fullscreen mode") :
|
||||
(!SystemProperties.isRunningWayland ? qsTr("while streaming in fullscreen") :
|
||||
qsTr("(unsupported on Wayland)"))
|
||||
font.pointSize: 12
|
||||
enabled: SystemProperties.hasWindowManager && !SystemProperties.isRunningWayland
|
||||
|
Loading…
x
Reference in New Issue
Block a user