]> git.sven.stormbind.net Git - sven/vym.git/blob - debian/patches/do-not-phone-home.patch
Refresh all patches
[sven/vym.git] / debian / patches / do-not-phone-home.patch
1 Description: Disable build-in auto-updater.
2 Author: Sven Hoexter <hoexter@debian.org>
3 Last-Update: 2024-05-03
4 Forwarded: not-needed
5 Index: vym/src/mainwindow.cpp
6 ===================================================================
7 --- vym.orig/src/mainwindow.cpp
8 +++ vym/src/mainwindow.cpp
9 @@ -7259,6 +7259,7 @@ void Main::checkReleaseNotes ()
10  
11  bool Main::downloadsEnabled(bool userTriggered)
12  {
13 +    return false;
14      bool result;
15      if (!userTriggered &&
16          settings.value("/downloads/enabled", false).toBool()) {