tChange subdirectory URLs for greater gud - sailfish-safe - Sailfish frontend for safe(1)
(HTM) git clone git://git.z3bra.org/sailfish-safe.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit dd3e65b8ef4a24517f1c7f62132fab50154f660f
(DIR) parent 864a07f398fc313613b2a9fc589f53a90129f5b1
(HTM) Author: Willy Goiffon <contact@z3bra.org>
Date: Tue, 13 Jul 2021 15:49:13 +0200
Change subdirectory URLs for greater gud
Diffstat:
M qml/components/PasswordDelegate.qml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/qml/components/PasswordDelegate.qml b/qml/components/PasswordDelegate.qml
t@@ -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