Refactor icons directory

This commit is contained in:
nemunaire 2024-05-09 10:53:28 +02:00
commit 4b80ff19dc
229 changed files with 11 additions and 11 deletions

View file

@ -463,7 +463,7 @@ class RATPNextStopModule:
alerts.append({
"title": "Impossible de récupérer les horaires du " + mode + line + " pour " + tmp[1],
"description": type(e).__name__ + ": " + (e.message if hasattr(e, 'message') else str(e)),
"icon": "wi-earthquake.png",
"icon": "weather/wi-earthquake.png",
})
align -= int(line_height * 0.33)