Trim keyboard shortcut setting text slightly

This commit is contained in:
Cameron Gutman 2021-01-15 19:25:28 -06:00
parent ca0250280a
commit ae246b1005

View File

@ -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