Revert "feat(views): add hide_done_categories config option (#153)"
This reverts commit 283f93eda1.
This commit is contained in:
parent
7c0ba178d0
commit
e6816d13ef
6 changed files with 4 additions and 123 deletions
|
|
@ -84,7 +84,6 @@
|
|||
---@class pending.CategoryViewConfig
|
||||
---@field order? string[]
|
||||
---@field folding? boolean|pending.FoldingConfig
|
||||
---@field hide_done_categories? boolean
|
||||
|
||||
---@class pending.QueueViewConfig
|
||||
---@field sort? string[]
|
||||
|
|
@ -132,7 +131,6 @@ local defaults = {
|
|||
category = {
|
||||
order = {},
|
||||
folding = true,
|
||||
hide_done_categories = false,
|
||||
},
|
||||
queue = {
|
||||
sort = { 'status', 'priority', 'due', 'order', 'id' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue