refactor container sorting

This commit is contained in:
Bradley Cicenas
2017-01-12 19:24:12 +00:00
parent fd0cab6b7c
commit 6856a7028b
3 changed files with 28 additions and 55 deletions

View File

@@ -24,7 +24,7 @@ func HelpMenu() {
}
func SortMenu() {
m := widgets.NewMenu(SortFields)
m := widgets.NewMenu(SortFields())
m.Selectable = true
m.TextFgColor = ui.ColorWhite
m.BorderLabel = "Sort Field"