Add ordering for threads
This commit is contained in:
2
main.go
2
main.go
@@ -96,6 +96,8 @@ func main() {
|
||||
ThreadListWidthPercent: config.Display.ThreadListWidthPercent,
|
||||
PathScroll: config.Paths.Scroll,
|
||||
PathScrollInterval: config.Paths.ScrollInterval.Duration,
|
||||
ThreadStatusOrder: config.Threads.StatusOrder,
|
||||
ThreadWithinStatus: config.Threads.WithinStatus,
|
||||
},
|
||||
)
|
||||
if _, err := tea.NewProgram(app, tea.WithAltScreen()).Run(); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user