summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x9kwpyqt.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/9kwpyqt.py b/9kwpyqt.py
index 680ceee..f6ec392 100755
--- a/9kwpyqt.py
+++ b/9kwpyqt.py
@@ -116,6 +116,7 @@ class CaptchaGUI(QWidget):
mainLayout.addLayout(self.LayoutSubmit)
self.setLayout(mainLayout)
self.setWindowTitle("Captcha 9kw PyQt")
+ self.setWindowFlags(Qt.Dialog)
if not self.readConfig():
self.captchaImage.setText("Config file not found. New file created.\nPlease edit the configuration file to enter your api key.\nYou need to restart this programm afterwards.")