|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
|
From 4cb17384b3bce3b2ad75ac828a548f22b5f432bf Mon Sep 17 00:00:00 2001
|
|
|
|
|
From c22ca6daa39c85cd00cfc26cf7f08f7af741e39b Mon Sep 17 00:00:00 2001
|
|
|
|
|
From: Jacopo De Simoi <wilderjds@protonmail.com>
|
|
|
|
|
Date: Wed, 25 Jun 2025 00:11:06 +0200
|
|
|
|
|
Subject: [PATCH 2/5] Remove help and pin buttons
|
|
|
|
|
@ -8,30 +8,30 @@ Subject: [PATCH 2/5] Remove help and pin buttons |
|
|
|
|
1 file changed, 24 deletions(-)
|
|
|
|
|
|
|
|
|
|
diff --git a/krunner/qml/RunCommand.qml b/krunner/qml/RunCommand.qml
|
|
|
|
|
index ba0bc33efd..0df08d5ffc 100644
|
|
|
|
|
index e7e1cb5abb..eedd7eb5c4 100644
|
|
|
|
|
--- a/krunner/qml/RunCommand.qml
|
|
|
|
|
+++ b/krunner/qml/RunCommand.qml
|
|
|
|
|
@@ -300,30 +300,6 @@ ColumnLayout {
|
|
|
|
|
@@ -285,30 +285,6 @@ ColumnLayout {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
- PlasmaComponents3.ToolButton {
|
|
|
|
|
- visible: runnerWindow.helpEnabled
|
|
|
|
|
- checkable: true
|
|
|
|
|
- checked: root.query.startsWith("?")
|
|
|
|
|
- // Reset if out quers starts with "?", otherwise set it to "?"
|
|
|
|
|
- onClicked: root.query = root.query.startsWith("?") ? "" : "?"
|
|
|
|
|
- icon.name: "question"
|
|
|
|
|
- Accessible.name: i18n("Show Usage Help")
|
|
|
|
|
- Accessible.description: i18n("Show Usage Help")
|
|
|
|
|
- icon.name: "configure"
|
|
|
|
|
- onClicked: {
|
|
|
|
|
- root.runnerWindow.visible = false
|
|
|
|
|
- KCMLauncher.open("plasma/kcms/desktop/kcm_krunnersettings")
|
|
|
|
|
- }
|
|
|
|
|
- Accessible.name: i18n("Configure")
|
|
|
|
|
- Accessible.description: i18n("Configure KRunner Behavior")
|
|
|
|
|
- visible: false
|
|
|
|
|
- PlasmaComponents3.ToolTip {
|
|
|
|
|
- text: i18n("Show Usage Help")
|
|
|
|
|
- text: i18n("Configure KRunner…")
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- PlasmaComponents3.ToolButton {
|
|
|
|
|
- checkable: true
|
|
|
|
|
- checked: runnerWindow.pinned
|
|
|
|
|
- onToggled: runnerWindow.pinned = checked
|
|
|
|
|
- checked: root.runnerWindow.pinned
|
|
|
|
|
- onToggled: root.runnerWindow.pinned = checked
|
|
|
|
|
- icon.name: "window-pin"
|
|
|
|
|
- Accessible.name: i18n("Pin")
|
|
|
|
|
- Accessible.description: i18n("Pin Search")
|
|
|
|
|
@ -43,5 +43,5 @@ index ba0bc33efd..0df08d5ffc 100644 |
|
|
|
|
|
|
|
|
|
PlasmaComponents3.ScrollView {
|
|
|
|
|
--
|
|
|
|
|
2.51.0
|
|
|
|
|
2.52.0
|
|
|
|
|
|
|
|
|
|
|