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