- Update to 2.5. OBS-URL: https://build.opensuse.org/request/show/341876 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=23
13 lines
279 B
Diff
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;
|
|
}
|