3.0.1 hotfix backport (#328)

* Filter newline and carriage returns when dumping themes

* Backup badges if no badges found
This commit is contained in:
Alex Taber
2024-06-17 20:30:14 -04:00
committed by GitHub
parent 11113bbc07
commit 3ef2092dc2
3 changed files with 81 additions and 3 deletions

View File

@@ -31,7 +31,7 @@
#include "badges.h"
#include "config.h"
#define ILLEGAL_CHARS "><\"?;:/\\+,.|[=]*"
#define ILLEGAL_CHARS "><\"?;:/\\+,.|[=]*\n\r"
extern FS_Archive ArchiveSD;
extern FS_Archive ArchiveHomeExt;