Additions to monitor and bookmarks widgets

This commit is contained in:
Svilen Markov
2024-05-03 05:38:40 +01:00
parent 5fdc3e3f10
commit 3523562c3a
6 changed files with 96 additions and 17 deletions

View File

@@ -49,6 +49,7 @@ type Monitor struct {
Title string `yaml:"title"`
Url string `yaml:"url"`
IconUrl string `yaml:"icon"`
SameTab bool `yaml:"same-tab"`
Status *feed.SiteStatus `yaml:"-"`
StatusText string `yaml:"-"`
StatusStyle string `yaml:"-"`