avoid closing window on item pinned

This commit is contained in:
piotr
2021-09-17 02:35:43 +02:00
parent b6dd4099fd
commit c1a807615f

View File

@@ -263,6 +263,7 @@ func flowBoxButton(entry desktopEntry) *gtk.Button {
} else if btnEvent.Button() == 3 { } else if btnEvent.Button() == 3 {
pinItem(ID) pinItem(ID)
pinnedFlowBox = setUpPinnedFlowBox() pinnedFlowBox = setUpPinnedFlowBox()
return true
} }
return false return false
}) })