From c1a807615fb4cdf89ea1b0be2269411b43d5a11c Mon Sep 17 00:00:00 2001 From: piotr Date: Fri, 17 Sep 2021 02:35:43 +0200 Subject: [PATCH] avoid closing window on item pinned --- uicomponents.go | 1 + 1 file changed, 1 insertion(+) 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 })