File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 8
8
msgstr ""
9
9
"Project-Id-Version : \n "
10
10
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2015-02-20 21:26 -0600\n "
11
+ "POT-Creation-Date : 2015-02-20 21:33 -0600\n "
12
12
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13
13
"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
14
14
"
Language-Team :
LANGUAGE <[email protected] >\n "
@@ -25,7 +25,7 @@ msgstr ""
25
25
msgid "Device"
26
26
msgstr ""
27
27
28
- #: ../src/app/qml/components/FolderListView.qml:145
28
+ #: ../src/app/qml/components/FolderListView.qml:150
29
29
msgid "No files"
30
30
msgstr ""
31
31
Original file line number Diff line number Diff line change @@ -92,7 +92,12 @@ Item {
92
92
93
93
model: folderModel .model
94
94
delegate: ListItem .Standard {
95
- property string path: folderModel .path + ' /' + model .fileName
95
+
96
+ onTriggered: {
97
+ if (model .isDir ) {
98
+ folderModel .goTo (model .filePath )
99
+ }
100
+ }
96
101
97
102
RowLayout {
98
103
anchors {
@@ -108,7 +113,7 @@ Item {
108
113
Layout .alignment : Qt .AlignVCenter
109
114
Layout .fillWidth : true
110
115
111
- text: folderModel .pathTitle (path )
116
+ text: folderModel .pathTitle (model . filePath )
112
117
style: " subheading"
113
118
elide: Text .ElideRight
114
119
}
You can’t perform that action at this time.
0 commit comments