Skip to content

Commit

Permalink
Merge pull request #118 from 9teMare/master
Browse files Browse the repository at this point in the history
Update MainWindow.fxml for the missing field
  • Loading branch information
9teMare authored Mar 31, 2022
2 parents 9c120ca + 7f9b314 commit 563fb3b
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 563fb3b

Please sign in to comment.