|
@@ -26,7 +26,7 @@ void init() { |
|
|
if (settings::autoCheckUpdates && !settings::devMode) { |
|
|
if (settings::autoCheckUpdates && !settings::devMode) { |
|
|
std::thread t([&]() { |
|
|
std::thread t([&]() { |
|
|
system::setThreadName("Library"); |
|
|
system::setThreadName("Library"); |
|
|
// checkAppUpdate(); |
|
|
|
|
|
|
|
|
checkAppUpdate(); |
|
|
checkUpdates(); |
|
|
checkUpdates(); |
|
|
}); |
|
|
}); |
|
|
t.detach(); |
|
|
t.detach(); |
|
|