Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/mumble/Global.cpp')
-rw-r--r--src/mumble/Global.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/mumble/Global.cpp b/src/mumble/Global.cpp
index dfbd8ef4f..169b435f9 100644
--- a/src/mumble/Global.cpp
+++ b/src/mumble/Global.cpp
@@ -102,10 +102,11 @@ Global::Global(const QString &qsConfigPath) {
bAttenuateOthers = false;
prioritySpeakerActiveOverride = false;
- bAllowHTML = true;
- uiMessageLength = 5000;
- uiImageLength = 131072;
- uiMaxUsers = 0;
+ bAllowHTML = true;
+ uiMessageLength = 5000;
+ uiImageLength = 131072;
+ uiMaxUsers = 0;
+ recordingAllowed = true;
qs = nullptr;