mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-06 06:58:15 +00:00
We can use slashes in the file selector to go to other folders
This commit is contained in:
parent
a19e317212
commit
fd8beb573c
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user