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 4375716..e0aa901 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -232,7 +232,7 @@ void MainWindow::lazyInit() { ChannelAggregator::instance()->start(); - checkForUpdate(); + //checkForUpdate(); initialized = true; }