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
Disable app update checking until 2.0.
tags/v2.0.0
Andrew Belt
3 years ago
parent
0563858b26
commit
1ebd23d20a
1 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-4
src/library.cpp
+ 4
- 4
src/library.cpp
View File
@@ -40,10 +40,10 @@ static void checkUpdatesLoop() {
void init() {
if (settings::autoCheckUpdates && !settings::devMode) {
std::thread t([&]() {
checkAppUpdate();
});
t.detach();
//
std::thread t([&]() {
//
checkAppUpdate();
//
});
//
t.detach();
std::thread t2([&] {
checkUpdatesLoop();
Write
Preview
Loading…
Cancel
Save