plasmoid: Fix referencing openButton of DownloadsPage

This commit is contained in:
Martchus 2017-10-01 21:21:10 +02:00
parent 544f00d52e
commit ee812781bb
1 changed files with 1 additions and 1 deletions

View File

@ -58,6 +58,7 @@ Item {
width: 3 width: 3
} }
TinyButton { TinyButton {
id: openButton
iconSource: "folder" iconSource: "folder"
tooltip: qsTr("Open in file browser") tooltip: qsTr("Open in file browser")
enabled: path !== undefined enabled: path !== undefined
@ -114,7 +115,6 @@ Item {
} }
} }
TinyButton { TinyButton {
id: openButton
iconSource: "folder" iconSource: "folder"
tooltip: qsTr("Open in file browser") tooltip: qsTr("Open in file browser")
onClicked: { onClicked: {