Display all accounts in the tree mode

This commit is contained in:
Saku Laesvuori 2026-01-22 19:36:08 +02:00
parent 912a953f84
commit 827afc4e7f

View File

@ -142,6 +142,7 @@ instance Yesod App where
ropts' = (_rsReportOpts rspec)
{accountlistmode_ = ALTree -- force tree mode for sidebar
,empty_ = True -- show zero items by default
,no_elide_ = True -- list every account on its own row
}
rspec' = rspec{_rsQuery=q,_rsReportOpts=ropts'}