Browse Source

Use "Untitled.vcv" as default patch filename.

tags/v2.0.0
Andrew Belt 3 years ago
parent
commit
1971f2d79a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/patch.cpp

+ 1
- 0
src/patch.cpp View File

@@ -121,6 +121,7 @@ void PatchManager::saveAsDialog() {
if (this->path == "") {
dir = asset::user("patches");
system::createDirectories(dir);
filename = "Untitled.vcv";
}
else {
dir = system::getDirectory(this->path);


Loading…
Cancel
Save