Skip to content

Commit

Permalink
Switched to non-native menu bar for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mlau154 committed Feb 15, 2024
1 parent df0d28b commit 9db98f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pymead/gui/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,7 @@ def set_title_and_icon(self):

def create_menu_bar(self):
self.menu_bar = self.menuBar()
self.menu_bar.setNativeMenuBar(False)
menu_data = load_data(os.path.join(GUI_SETTINGS_DIR, "menu.json"))

def recursively_add_menus(menu: dict, menu_bar: QObject):
Expand Down

0 comments on commit 9db98f8

Please sign in to comment.