mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-03 08:15:37 +00:00
Trim keyboard shortcut setting text slightly
This commit is contained in:
parent
ca0250280a
commit
ae246b1005
@ -848,7 +848,7 @@ Flickable {
|
|||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
width: parent.width
|
width: parent.width
|
||||||
text: qsTr("Capture system keyboard shortcuts ") +
|
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)"))
|
qsTr("(unsupported on Wayland)"))
|
||||||
font.pointSize: 12
|
font.pointSize: 12
|
||||||
enabled: SystemProperties.hasWindowManager && !SystemProperties.isRunningWayland
|
enabled: SystemProperties.hasWindowManager && !SystemProperties.isRunningWayland
|
||||||
|
Loading…
x
Reference in New Issue
Block a user