- Update to 2.4: * Use YouTube APIs version 3. * Use HTTPS everywhere for better privacy and security. * Automatically load more videos in the playlist for less clicking. * Fix subscriptions sorting. * Fix toolbar style. * Add and update translations. - Rebase minitube-no-update-check.patch. OBS-URL: https://build.opensuse.org/request/show/298056 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=19
13 lines
256 B
Diff
13 lines
256 B
Diff
diff -aur a/src/mainwindow.cpp b/src/mainwindow.cpp
|
|
--- a/src/mainwindow.cpp
|
|
+++ b/src/mainwindow.cpp
|
|
@@ -207,7 +207,7 @@
|
|
|
|
JsFunctions::instance();
|
|
|
|
- checkForUpdate();
|
|
+ //checkForUpdate();
|
|
}
|
|
|
|
void MainWindow::changeEvent(QEvent* event) {
|