store feed list state
This commit is contained in:
parent
327d2ac6b7
commit
98ba266921
4 changed files with 11 additions and 6 deletions
|
|
@ -5,6 +5,7 @@ import "encoding/json"
|
|||
func settingsDefaults() map[string]interface{} {
|
||||
return map[string]interface{}{
|
||||
"filter": "",
|
||||
"feed": "",
|
||||
"feed_list_width": 300,
|
||||
"item_list_width": 300,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue