Merge remote-tracking branch 'refs/remotes/upstream/main'

This commit is contained in:
Andrew Arneson 2024-05-12 21:29:13 -06:00
commit 88b0f70271

View file

@ -266,8 +266,8 @@ class QtDriver(QObject):
menu_bar = self.main_window.menuBar()
# Allow the use of the native macOS menu bar.
if sys.platform != "darwin":
menu_bar.setNativeMenuBar(False)
# if sys.platform != "darwin":
menu_bar.setNativeMenuBar(False)
file_menu = QMenu("&File", menu_bar)
edit_menu = QMenu("&Edit", menu_bar)