Add SSL error handling and user notification dialog

- Implemented a new function `ssl_error_dialog_show` to display SSL connection errors to users in both English and German.
- Integrated SSL error handling in API calls and webhook functionality, ensuring users are informed of potential connection issues.
- Updated relevant files to include the new error handling logic and dialog display.
This commit is contained in:
Nils
2026-04-06 19:17:11 +02:00
parent fb7edeae0b
commit cb3c837f0b
5 changed files with 105 additions and 18 deletions
+1
View File
@@ -9,6 +9,7 @@ void help_dialog_show(const char *local_ip, const char *external_ip,
void update_dialog_show(const char *new_version, const char *locale);
void forced_update_show(const char *new_version, const char *locale);
void ssl_error_dialog_show(const char *detail, const char *locale);
#ifdef __cplusplus
}