refractor xdg dirs

This commit is contained in:
end-4
2025-05-16 16:02:05 +02:00
parent 9a68f80ffa
commit 8daa1702d0
12 changed files with 28 additions and 17 deletions
@@ -97,7 +97,7 @@ Button {
PointingHandInteraction {}
StyledToolTip {
content: StringUtils.wordWrap(root.imageData.tags, root.maxTagStringLineLength)
content: `${StringUtils.wordWrap(root.imageData.tags, root.maxTagStringLineLength)}\nClick for options`
}
background: Rectangle {