Browse Source

Enable app update check.

tags/v2.0.0
Andrew Belt 2 years ago
parent
commit
86f889ae4c
1 changed files with 1 additions and 1 deletions
  1. +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();


Loading…
Cancel
Save