Remove default filter (oops).

This commit is contained in:
Brian Mattern 2019-06-04 15:11:58 -07:00
parent 9c0253ef31
commit 129f6c238a

View File

@ -65,7 +65,7 @@ func NewProcWidget() *ProcWidget {
self.entry = &ui.Entry{ self.entry = &ui.Entry{
Style: self.TitleStyle, Style: self.TitleStyle,
Label: " Filter: ", Label: " Filter: ",
Value: "foobar", Value: "",
UpdateCallback: func(val string) { UpdateCallback: func(val string) {
self.filter = val self.filter = val
self.update() self.update()