Disable Native Menubars
This commit is contained in:
parent
92752aef4a
commit
f69f173368
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ class QtDriver(QObject):
|
|||
|
||||
# Allow the use of the native macOS menu bar.
|
||||
# if sys.platform != "darwin":
|
||||
# menu_bar.setNativeMenuBar(False)
|
||||
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