add comments #110

This commit is contained in:
piotr
2024-02-06 03:33:12 +01:00
parent 6b39eba14c
commit ec3caa02d2
2 changed files with 4 additions and 0 deletions

View File

@@ -266,6 +266,7 @@ func flowBoxButton(entry desktopEntry) *gtk.Button {
}
button.Connect("button-press-event", func() {
// if not scrolled from now on, we will allow launching apps on button-release-event
beenScrolled = false
})