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),
|
"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():
|
||||||
|
Loading…
Reference in New Issue
Block a user