We can use slashes in the file selector to go to other folders

This commit is contained in:
David Capello 2020-03-11 12:26:58 -03:00
parent a19e317212
commit fd8beb573c

View File

@ -628,7 +628,7 @@ again:
fn.find('>') != std::string::npos ||
fn.find('|') != std::string::npos);
if (has_invalid_char) {
const char* invalid_chars = "/ \\ : * ? \" < > |";
const char* invalid_chars = ": * ? \" < > |";
ui::Alert::show(
fmt::format(