Merge remote-tracking branch 'refs/remotes/upstream/main'
This commit is contained in:
commit
88b0f70271
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue