diff options
| -rw-r--r-- | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -236,7 +236,7 @@ class Main(QtCore.QObject): if len(sys.argv) > 1: # command line mode - app = QtGui.QApplication(sys.argv) + app = QtGui.QApplication(sys.argv, False) command = Command() signal.signal(signal.SIGINT, command.cleanUp) sys.exit(app.exec_()) |
