ui: acc: show short account names in tree mode again
This broke for some reason.
This commit is contained in:
parent
8685a78795
commit
d83b22028b
@ -82,7 +82,7 @@ initAccountsScreen mselacct d st@AppState{
|
|||||||
displayitem ((fullacct, shortacct, indent), bal) =
|
displayitem ((fullacct, shortacct, indent), bal) =
|
||||||
(indent
|
(indent
|
||||||
,fullacct
|
,fullacct
|
||||||
,if tree_ ropts' then shortacct else fullacct
|
,if flat_ ropts' then fullacct else shortacct
|
||||||
,map showAmountWithoutPrice amts -- like showMixedAmountOneLineWithoutPrice
|
,map showAmountWithoutPrice amts -- like showMixedAmountOneLineWithoutPrice
|
||||||
)
|
)
|
||||||
where
|
where
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user