Skip to content

Commit

Permalink
Hide popup after click event
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaust committed Feb 10, 2016
1 parent ecf99cc commit dd2cc6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/contents/ui/FullRepresentation.qml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ Item {
}

onClicked: {
plasmoid.expanded = false
kRun.openUrl(appsSource.data[modelData].entryPath)
}

Expand Down

0 comments on commit dd2cc6d

Please sign in to comment.