void-packages/srcpkgs/notepadqq/patches/disable-stats.patch
Piraty 60ccb93f93 notepadqq: update to 1.4.0. (#182)
also:
- disable statistics collection
- provide an easier startup script (that does not segfault like upstream's)
2018-06-21 06:05:22 +02:00

11 lines
277 B
Diff

# disable collection of system statics
--- src/ui/stats.cpp
+++ src/ui/stats.cpp
@@ -19,6 +19,7 @@
void Stats::init()
{
+ return; // statistics collection disabled by Void Linux
NqqSettings &settings = NqqSettings::getInstance();
Stats::askUserPermission();