Fix setting folder icon in plasmoid's downloads page

This commit is contained in:
Martchus 2021-08-02 23:38:18 +02:00
parent 39497227fa
commit 95800eb1ca
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ Item {
} }
} }
TinyButton { TinyButton {
icon: "folder" icon.name: "folder"
tooltip: qsTr("Open in file browser") tooltip: qsTr("Open in file browser")
onClicked: { onClicked: {
Qt.openUrlExternally(path + "/..") Qt.openUrlExternally(path + "/..")