diff options
-rwxr-xr-x | 9kwpyqt.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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.") |