plasmoid: Open containing directory of downloading items

This commit is contained in:
Martchus 2017-10-03 16:58:16 +02:00
parent 57bc7011c3
commit 1de35382b7
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ Item {
iconSource: "folder"
tooltip: qsTr("Open in file browser")
onClicked: {
Qt.openUrlExternally(path)
Qt.openUrlExternally(path + "/..")
plasmoid.expanded = false
}
}