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 {
pinItem(ID)
pinnedFlowBox = setUpPinnedFlowBox()
return true
}
return false
})