]> git.sur5r.net Git - minitube/blob - debian/patches/disable-update-check
Refresh patches
[minitube] / debian / patches / disable-update-check
1 Description: Disable update check as it's useless for a packaged version
2 Author: Jakob Haufe <sur5r@sur5r.net>
3
4 diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
5 index 3392ff2..a18e7f0 100644
6 --- a/src/mainwindow.cpp
7 +++ b/src/mainwindow.cpp
8 @@ -197,7 +197,7 @@ void MainWindow::lazyInit() {
9  
10      JsFunctions::instance();
11  
12 -    checkForUpdate();
13 +    //checkForUpdate();
14  
15      ChannelAggregator::instance()->start();
16  }