mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Make update notif point to release notes
This commit is contained in:
parent
859a1737f3
commit
92a9fffafc
@ -738,10 +738,8 @@ class TasksManager:
|
||||
"id": str(remote),
|
||||
"title": f"{remote} Update Available",
|
||||
"date": "",
|
||||
"desc": "Instructions for updating can be found"
|
||||
" by clicking this notification.",
|
||||
"link": "https://docs.craftycontrol.com/pages/"
|
||||
"getting-started/installation/linux/?h=updating#updating-crafty",
|
||||
"desc": "Release notes are available by clicking this notification.",
|
||||
"link": "https://gitlab.com/crafty-controller/crafty-4/-/releases",
|
||||
}
|
||||
logger.info("Refreshing Gravatar PFPs...")
|
||||
for user in HelperUsers.get_all_users():
|
||||
|
Loading…
Reference in New Issue
Block a user