From 63f6d0c0363643a7fe0dd7a860eb569714c4ebb3 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sat, 10 Oct 2020 00:10:12 +1100 Subject: release notes in status panel --- pkg/gui/gui.go | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'pkg/gui/gui.go') diff --git a/pkg/gui/gui.go b/pkg/gui/gui.go index f0e36daf5..c685671e5 100644 --- a/pkg/gui/gui.go +++ b/pkg/gui/gui.go @@ -7,17 +7,12 @@ import ( "runtime" "sync" - // "io" - // "io/ioutil" - "os/exec" "strings" "time" "github.com/go-errors/errors" - // "strings" - "github.com/fatih/color" "github.com/golang-collections/collections/stack" "github.com/jesseduffield/gocui" @@ -42,7 +37,7 @@ const ( SCREEN_FULL ) -const StartupPopupVersion = 2 +const StartupPopupVersion = 3 // OverlappingEdges determines if panel edges overlap var OverlappingEdges = false -- cgit v1.2.3