mirror of
https://github.com/sebastiandine/Card-Collection-Manager-2.git
synced 2026-08-28 22:01:12 +00:00
bugfix
Card names with an à led to crashes when images were handled
This commit is contained in:
@@ -14,6 +14,7 @@ pub fn format_text_for_fs(text: &String) -> String {
|
||||
.replace(":", "-")
|
||||
.replace("&", "And")
|
||||
.replace("|", "Or")
|
||||
.replace("á", "a")
|
||||
.replace("é", "e")
|
||||
.replace("í", "i")
|
||||
.replace("ó", "o")
|
||||
|
||||
Reference in New Issue
Block a user