This commit is contained in:
Simon Gardling
2022-06-01 02:29:48 -04:00
parent 4cdd764956
commit 252312b1f7
3 changed files with 4 additions and 4 deletions

View File

@@ -118,7 +118,7 @@ impl FunctionManager {
// Only keep valid chars
new_string = new_string
.chars()
.filter(|c| crate::misc::is_valid_char(c))
.filter(crate::misc::is_valid_char)
.collect::<String>();
// If not fully open, return here as buttons cannot yet be displayed, therefore the user is inable to mark it for deletion