SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
audio/mumble/patches/patch-src_mumble_Settings_cpp
Normal file
14
audio/mumble/patches/patch-src_mumble_Settings_cpp
Normal file
|
@ -0,0 +1,14 @@
|
|||
Disable submitting anonymous statistics by default
|
||||
|
||||
Index: src/mumble/Settings.cpp
|
||||
--- src/mumble/Settings.cpp.orig
|
||||
+++ src/mumble/Settings.cpp
|
||||
@@ -389,7 +389,7 @@ Settings::Settings() {
|
||||
bHideInTray = !isUnityDesktop && QSystemTrayIcon::isSystemTrayAvailable();
|
||||
#endif
|
||||
bStateInTray = true;
|
||||
- bUsage = true;
|
||||
+ bUsage = false;
|
||||
bShowUserCount = false;
|
||||
bShowVolumeAdjustments = true;
|
||||
bShowNicknamesOnly = false;
|
Loading…
Add table
Add a link
Reference in a new issue