store feed list state

This commit is contained in:
Nazar Kanaev
2020-07-18 00:41:48 +01:00
parent 327d2ac6b7
commit 98ba266921
4 changed files with 11 additions and 6 deletions

View File

@@ -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,
}