Reverted macOS menubar change

Reverted exception to allow the native macOS menubar in 94f929d122 because it doesn't work anyway.
This commit is contained in:
Travis Abendshien
2024-05-12 14:51:49 -07:00
parent 3aa71d6f8a
commit 92752aef4a

View File

@@ -268,8 +268,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)