diff --git a/ui.go b/ui.go index 55107e0..ae6aade 100644 --- a/ui.go +++ b/ui.go @@ -235,6 +235,9 @@ func pagesHandler(event *tcell.EventKey) *tcell.EventKey { } updateBackgroundColor() transparent = !transparent + transparentDropDown.SetCurrentOption( + IndexOf(strconv.FormatBool(transparent), + []string{"true", "false"})) } return event