mirror of
https://github.com/nkanaev/yarr.git
synced 2026-06-28 19:15:16 +00:00
storage test fixes
This commit is contained in:
@@ -156,6 +156,21 @@ func (s Settings) Map() map[string]any {
|
||||
}
|
||||
}
|
||||
|
||||
func SettingsDefault() Settings {
|
||||
return Settings{
|
||||
Filter: "",
|
||||
Feed: "",
|
||||
FeedListWidth: 300,
|
||||
ItemListWidth: 300,
|
||||
SortNewestFirst: true,
|
||||
ThemeName: "light",
|
||||
ThemeFont: "",
|
||||
ThemeSize: 1,
|
||||
RefreshRate: 0,
|
||||
Language: "en",
|
||||
}
|
||||
}
|
||||
|
||||
type FeedState struct {
|
||||
FeedID int64
|
||||
LastRefreshed time.Time
|
||||
|
||||
Reference in New Issue
Block a user