[utilities/keepsecret] /: Add Help menu entry

Roshani Kumari null at kde.org
Tue Jul 7 12:51:30 BST 2026


Git commit 053916aebdb43b480fd0a7e20e706880478b7dd6 by Roshani Kumari.
Committed on 07/07/2026 at 11:44.
Pushed by roshani into branch 'master'.

Add Help menu entry

M  +1    -1    doc/keepsecret/index.docbook
M  +5    -0    src/qml/Main.qml

https://invent.kde.org/utilities/keepsecret/-/commit/053916aebdb43b480fd0a7e20e706880478b7dd6

diff --git a/doc/keepsecret/index.docbook b/doc/keepsecret/index.docbook
index c148baf..2298615 100644
--- a/doc/keepsecret/index.docbook
+++ b/doc/keepsecret/index.docbook
@@ -118,7 +118,7 @@ current wallet. To unlock it, click <guibutton>Unlock</guibutton>.
 <chapter id="credits">
 <title>Credits and License</title>
 <para>
-&keepsecret; is developed by Marco Martin and contributors.
+&keepsecret; is developed by contributors from the KDE community.
 </para>
 <para>Documentation Copyright © 2026 &Roshani.Kumari; &Roshani.Kumari.mail;</para>
 &underCCBYSA4;
diff --git a/src/qml/Main.qml b/src/qml/Main.qml
index 472c52f..9b4cbf1 100644
--- a/src/qml/Main.qml
+++ b/src/qml/Main.qml
@@ -157,6 +157,11 @@ Kirigami.ApplicationWindow {
                 AC.ActionCollection.collection: "org.kde.keepsecret.collections"
                 AC.ActionCollection.action: "new-wallet"
                 onTriggered: walletCreationDialog.open()
+            },
+            Kirigami.Action {
+                text: i18nc("@action:inmenu", "KeepSecret Handbook")
+                icon.name: "help-contents"
+                onTriggered: Qt.openUrlExternally("help:/keepsecret")
             }
         ]
     }


More information about the kde-doc-english mailing list