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), "id": str(remote),
"title": f"{remote} Update Available", "title": f"{remote} Update Available",
"date": "", "date": "",
"desc": "Instructions for updating can be found" "desc": "Release notes are available by clicking this notification.",
" by clicking this notification.", "link": "https://gitlab.com/crafty-controller/crafty-4/-/releases",
"link": "https://docs.craftycontrol.com/pages/"
"getting-started/installation/linux/?h=updating#updating-crafty",
} }
logger.info("Refreshing Gravatar PFPs...") logger.info("Refreshing Gravatar PFPs...")
for user in HelperUsers.get_all_users(): for user in HelperUsers.get_all_users():