Skip to content

Commit

Permalink
Simplify code
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Sep 26, 2021
1 parent 295a81a commit 5a25012
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public MenuBar build()
.addAll(menuItem("_Plugin manager", "menuitem_pluginmanager", actions::showPluginManager));
menuHelp.getItems().addAll(menuItem("_About", "menuitem_about", actions::showAboutDialog));
menuBar.getMenus().addAll(menuFile, menuCalculations, menuReports, menuPlugins, menuHelp);
menuBar.useSystemMenuBarProperty().set(true);
menuBar.setUseSystemMenuBar(true);
return menuBar;
}

Expand Down

0 comments on commit 5a25012

Please sign in to comment.