mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-30 15:45:12 +02:00
also: - disable statistics collection - provide an easier startup script (that does not segfault like upstream's)
11 lines
277 B
Diff
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();
|