Make update notif point to release notes

This commit is contained in:
Andrew 2023-09-03 15:26:13 -04:00
parent 859a1737f3
commit 92a9fffafc

View File

@ -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():