Skip to content

Commit

Permalink
Update MainWindow.fxml for the missing field
Browse files Browse the repository at this point in the history
  • Loading branch information
9teMare committed Mar 31, 2022
1 parent 9c120ca commit 7f9b314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/view/MainWindow.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<Menu fx:id="addMenu" mnemonicParsing="false" text="Add">
<MenuItem fx:id="addMenuItem" mnemonicParsing="false" onAction="#handleAddProfile" text="Add Profile"/>
</Menu>
<Menu mnemonicParsing="false" text="Tags">
<Menu fx:id="newTagMenu" mnemonicParsing="false" text="Tags">
<MenuItem fx:id="newTagMenuItem" mnemonicParsing="false" onAction="#handleAddTag" text="Tags" />
</Menu>
<Menu fx:id="themeMenu" mnemonicParsing="false" text="Theme">
Expand Down

0 comments on commit 7f9b314

Please sign in to comment.