Description: Disable update check as it's useless for a packaged version Author: Jakob Haufe diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 3392ff2..a18e7f0 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -197,7 +197,7 @@ void MainWindow::lazyInit() { JsFunctions::instance(); - checkForUpdate(); + //checkForUpdate(); ChannelAggregator::instance()->start(); }