fix some bug

This commit is contained in:
QIDI TECH
2025-09-22 15:42:42 +08:00
parent 5cdfef9f9e
commit 56232999f5
15 changed files with 66 additions and 23 deletions

View File

@@ -329,7 +329,7 @@ void AuFile::on_input_enter(wxCommandEvent &evt)
auto m_valid_type = Valid;
wxString info_line;
const char *unusable_symbols = "<>[]:/\\|?*\"";
const char *unusable_symbols = " #;\'<>:/\\|?*\"";
const std::string unusable_suffix = PresetCollection::get_suffix_modified(); //"(modified)";
for (size_t i = 0; i < std::strlen(unusable_symbols); i++) {