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
Enable app update check.
tags/v2.0.0
Andrew Belt
2 years ago
parent
f15799e9a7
commit
86f889ae4c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/library.cpp
+ 1
- 1
src/library.cpp
View File
@@ -26,7 +26,7 @@ void init() {
if (settings::autoCheckUpdates && !settings::devMode) {
std::thread t([&]() {
system::setThreadName("Library");
//
checkAppUpdate();
checkAppUpdate();
checkUpdates();
});
t.detach();
Write
Preview
Loading…
Cancel
Save