]> git.sven.stormbind.net Git - sven/vym.git/blob - debian/patches/do-not-phone-home.patch
7cebfe4c619016c731b8d42db46a598ca3bdff1a
[sven/vym.git] / debian / patches / do-not-phone-home.patch
1 Index: vym/mainwindow.cpp
2 ===================================================================
3 --- vym.orig/mainwindow.cpp
4 +++ vym/mainwindow.cpp
5 @@ -5995,6 +5995,7 @@ void Main::checkReleaseNotes()
6  
7  bool Main::downloadsEnabled (bool userTriggered)
8  {
9 +    return false;
10      bool result;
11      if (!userTriggered && settings.value("/downloads/enabled", false).toBool())
12      {