[utilities/keepsecret] src/qml: Remove redundant visible:true

Roshani Kumari <[email protected]> Tue, 4 Aug 2026 13:48:02 +0000 (UTC)
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit 9745ae21e1a4e39b8143a5210da1c4d04e5ae1f0 by Roshani Kumari.
Committed on 04/08/2026 at 13:39.
Pushed by roshani into branch 'master'.

Remove redundant visible:true

M  +0    -1    src/qml/CollectionContentsPage.qml

https://invent.kde.org/utilities/keepsecret/-/commit/9745ae21e1a4e39b8143a5210da1c4d04e5ae1f0

diff --git a/src/qml/CollectionContentsPage.qml b/src/qml/CollectionContentsPage.qml
index 1e1edc4..3487f7d 100644
--- a/src/qml/CollectionContentsPage.qml
+++ b/src/qml/CollectionContentsPage.qml
@@ -102,7 +102,6 @@ Kirigami.ScrollablePage {
             text: i18nc("@action:button Delete selected secrets", "Delete Selected")
             icon.name: "delete-symbolic"
             displayHint: Kirigami.DisplayHint.AlwaysHide
-            visible: true
             enabled: page.selectedCount > 1
             onTriggered: {
                 console.log("Delete Selected triggered, count:", page.selectedIndices.length)