summaryrefslogtreecommitdiffstats
path: root/module/gui
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-08-08 16:03:24 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-08-08 16:03:24 +0200
commit0f90f432538ae73bbc975e6b801a3c3bb60c91b8 (patch)
tree87b4cb993b80ad2e298041746ae18e46baf670bb /module/gui
parentclosed #359 (diff)
downloadpyload-0f90f432538ae73bbc975e6b801a3c3bb60c91b8.tar.xz
disabled GUI, fix captcha
Diffstat (limited to 'module/gui')
-rw-r--r--module/gui/ConnectionManager.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/module/gui/ConnectionManager.py b/module/gui/ConnectionManager.py
index 7a7a25f5f..8bf4ff24b 100644
--- a/module/gui/ConnectionManager.py
+++ b/module/gui/ConnectionManager.py
@@ -26,7 +26,13 @@ from uuid import uuid4 as uuid
class ConnectionManager(QWidget):
def __init__(self):
QWidget.__init__(self)
-
+
+ QMessageBox.warning(self, 'Warning',
+ "We are sorry but the GUI is not stable anymore. Please use the webinterface for much better experience. \n", QMessageBox.Ok)
+
+ return
+
+
mainLayout = QHBoxLayout()
buttonLayout = QVBoxLayout()