1
0
mirror of https://github.com/QRouland/UTPass.git synced 2025-02-11 15:07:16 +00:00

Fix #2 Password names containing periods are truncated

This commit is contained in:
Quentin Rouland 2025-02-04 17:44:42 +01:00
parent c106bbec19
commit 6b5d9fb8e2

View File

@ -14,7 +14,7 @@ Component {
color: theme.palette.normal.background
Text {
text: fileBaseName
text: fileIsDir ? fileName : fileName.slice(0, -4) // remove .gpg if it's a file
anchors.left: parent.left
anchors.leftMargin: units.gu(2)
anchors.verticalCenter: parent.verticalCenter