sailfish-safe

Sailfish frontend for safe(1)
git clone git://git.z3bra.org/sailfish-safe.git
Log | Files | Refs | README | LICENSE

commit dd3e65b8ef4a24517f1c7f62132fab50154f660f
parent 864a07f398fc313613b2a9fc589f53a90129f5b1
Author: Willy Goiffon <contact@z3bra.org>
Date:   Tue, 13 Jul 2021 15:49:13 +0200

Change subdirectory URLs for greater gud

Diffstat:
Mqml/components/PasswordDelegate.qml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qml/components/PasswordDelegate.qml b/qml/components/PasswordDelegate.qml @@ -49,7 +49,7 @@ ListItem { Image { anchors.verticalCenter: parent.verticalCenter source: "image://theme/" - + ((modelData.type === PasswordsModel.FolderEntry) ? "icon-m-folder" : "icon-m-device-lock") + + ((modelData.type === PasswordsModel.FolderEntry) ? "icon-m-levels" : "icon-m-device-lock") + "?" + (listItem.highlighted ? Theme.highlightColor : Theme.primaryColor) width: Theme.iconSizeSmall