Trim keyboard shortcut setting text slightly
This commit is contained in:
parent
ca0250280a
commit
ae246b1005
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue