This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
38
Wiki
Activity
Browse Source
Use "Untitled.vcv" as default patch filename.
tags/v2.0.0
Andrew Belt
3 years ago
parent
fb1c93bfa1
commit
1971f2d79a
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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);
Write
Preview
Loading…
Cancel
Save