diff --git a/uicomponents.go b/uicomponents.go index 3999609..2b0f651 100644 --- a/uicomponents.go +++ b/uicomponents.go @@ -263,6 +263,7 @@ func flowBoxButton(entry desktopEntry) *gtk.Button { } else if btnEvent.Button() == 3 { pinItem(ID) pinnedFlowBox = setUpPinnedFlowBox() + return true } return false })