Skip to content

Commit 0879f74

Browse files
fix: custom sorting option not set
1 parent 6bf721c commit 0879f74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/ui/ui.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ func NewModel(dep c.Dependencies, ctx c.Context, monitors *mon.Monitor) *Model {
8383
assetQuotesLookup: make(map[string]int),
8484
holdingSummary: asset.HoldingSummary{},
8585
watchlist: watchlist.NewModel(watchlist.Config{
86+
Sort: ctx.Config.Sort,
8687
Separate: ctx.Config.Separate,
8788
ShowHoldings: ctx.Config.ShowHoldings,
8889
ExtraInfoExchange: ctx.Config.ExtraInfoExchange,

0 commit comments

Comments
 (0)