minitube/minitube-no-update-check.patch

13 lines
279 B
Diff

diff -aur a/src/mainwindow.cpp b/src/mainwindow.cpp
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -232,7 +232,7 @@ void MainWindow::lazyInit() {
ChannelAggregator::instance()->start();
- checkForUpdate();
+ //checkForUpdate();
initialized = true;
}