60ccb93f93
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();
|