Mark support annountement as seen by default
devel has wizard screen to hint people at support page
This commit is contained in:
parent
bfae91d737
commit
8c336afeab
1 changed files with 1 additions and 2 deletions
|
|
@ -47,8 +47,7 @@ class AnnouncementPlugin(octoprint.plugin.AssetPlugin,
|
|||
return dict(channels=dict(_important=dict(name="Important OctoPrint Announcements",
|
||||
priority=1,
|
||||
type="rss",
|
||||
url="http://octoprint.org/feeds/important.xml",
|
||||
read_until=1449446400),
|
||||
url="http://octoprint.org/feeds/important.xml"),
|
||||
_news=dict(name="OctoPrint News",
|
||||
priority=2,
|
||||
type="rss",
|
||||
|
|
|
|||
Loading…
Reference in a new issue