diff options
-rw-r--r-- | YOSO/MainWindow.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/YOSO/MainWindow.py b/YOSO/MainWindow.py index 3b31dfe..289127d 100644 --- a/YOSO/MainWindow.py +++ b/YOSO/MainWindow.py @@ -114,7 +114,7 @@ class MainWindow(QMainWindow): self.setWindowTitle('YOSO - You Only Show Once') self.resize(800, 600) self.move(qApp.desktop().availableGeometry().center() - self.frameGeometry().center()) - + quit_action = QAction('&Quit', self) quit_action.setShortcut('Q') |