Made the view menu use the autogenerated QMainWindow.createPopupMenu().

This commit is contained in:
The Wobbler 2025-03-02 17:45:08 +01:00
parent 0929e38189
commit 2b239e57f0
2 changed files with 5 additions and 10 deletions

View file

@ -11,8 +11,6 @@ class GUI:
def __init__(self, app):
self.app = app
self.dropped = []
self.window = MainWindow(app, self)