QTfrontend/net/recorder.cpp
changeset 14599 b86e6e4f3c58
parent 13644 1b536e268519
child 14629 8ffa0c27f434
--- a/QTfrontend/net/recorder.cpp	Wed Jan 16 00:01:29 2019 +0100
+++ b/QTfrontend/net/recorder.cpp	Wed Jan 16 00:37:26 2019 +0100
@@ -33,7 +33,7 @@
 static QList<HWRecorder*> queue;
 
 HWRecorder::HWRecorder(GameUIConfig * config, const QString &prefix) :
-    TCPBase(false)
+    TCPBase(false, !config->language().isEmpty())
 {
     this->config = config;
     this->prefix = prefix;