[Krunner] Hide the Pin button

wilder
Jacopo De Simoi 4 years ago
parent 7154c7a4c7
commit 365fcf4242
  1. 2
      krunner/qml/RunCommand.qml

@ -219,7 +219,7 @@ ColumnLayout {
}
}
PlasmaComponents3.ToolButton {
visible: runnerWindow.helpEnabled
visible: false
checkable: true
checked: root.query.startsWith("?")
// Reset if out quers starts with "?", otherwise set it to "?"

Loading…
Cancel
Save