diff --git a/bin/nwg-drawer b/bin/nwg-drawer index e7f318b..00034bb 100755 Binary files a/bin/nwg-drawer and b/bin/nwg-drawer differ diff --git a/main.go b/main.go index 695b82f..cf449f1 100644 --- a/main.go +++ b/main.go @@ -21,7 +21,7 @@ import ( "github.com/gotk3/gotk3/gtk" ) -const version = "0.2.4" +const version = "0.2.5" var ( appDirs []string @@ -425,7 +425,7 @@ func main() { resultWindow.Connect("button-release-event", func(sw *gtk.ScrolledWindow, e *gdk.Event) bool { btnEvent := gdk.EventButtonNewFromEvent(e) - if btnEvent.Button() == 1 || btnEvent.Button() == 3 { + if btnEvent.Button() == 3 { if !*resident { gtk.MainQuit() } else {