Skip to content

Commit

Permalink
fix: remove immunimate button
Browse files Browse the repository at this point in the history
Remove ImmuniMate Button due to incomplete feature
  • Loading branch information
jovantanyk committed Apr 11, 2024
1 parent ebcee08 commit 3920df1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/resources/view/MainWindow.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
<Menu mnemonicParsing="false" text="Help" style="-fx-font-family: Arial; -fx-font-size: 14px;">
<MenuItem fx:id="helpMenuItem" mnemonicParsing="false" onAction="#handleHelp" text="Help" style="-fx-font-family: Arial; -fx-font-size: 14px;" />
</Menu>
<Menu mnemonicParsing="false" text="ImmuniMate" style="-fx-font-family: Arial; -fx-font-size: 14px; -fx-font-weight: bold;" />
</MenuBar>

<StackPane fx:id="commandBoxPlaceholder" minHeight="75" prefHeight="75" prefWidth="1290" styleClass="pane-with-border" VBox.vgrow="NEVER">
Expand Down

0 comments on commit 3920df1

Please sign in to comment.