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:
parent
3aa71d6f8a
commit
92752aef4a
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue