change filter value
This commit is contained in:
parent
d89393f8ea
commit
3cc7f09436
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ import "encoding/json"
|
|||
|
||||
func settingsDefaults() map[string]interface{} {
|
||||
return map[string]interface{}{
|
||||
"filter": "all",
|
||||
"filter": "",
|
||||
"feed_list_width": 300,
|
||||
"item_list_width": 300,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue