From bcf1065272197d5ab65193b9f618b55ba55ad026 Mon Sep 17 00:00:00 2001 From: Etoh Date: Mon, 18 Nov 2013 21:15:19 +0000 Subject: [PATCH] Temp disable of MAL in GuiConfig --- syncplay/ui/GuiConfiguration.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/syncplay/ui/GuiConfiguration.py b/syncplay/ui/GuiConfiguration.py index 6d307e8..6fa2d49 100644 --- a/syncplay/ui/GuiConfiguration.py +++ b/syncplay/ui/GuiConfiguration.py @@ -382,6 +382,13 @@ class ConfigDialog(QtGui.QDialog): self.malpasswordTextbox.setEchoMode(QtGui.QLineEdit.Password) self.malpasswordLabel = QLabel(getMessage("en", "mal-password-label"), self) + ### + self.malpasswordTextbox.hide() + self.malpasswordLabel.hide() + self.malusernameTextbox.hide() + self.malusernameLabel.hide() + ### + self.filenameprivacyLabel = QLabel(getMessage("en", "filename-privacy-label"), self) self.filenameprivacyButtonGroup = QButtonGroup() self.filenameprivacySendRawOption = QRadioButton(getMessage("en", "privacy-sendraw-option"))