Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
v0.1 - documentation improved
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMegistone4Ever committed Jan 5, 2024
1 parent 4ceb03c commit bd0d2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/nickmegistone/component/Menu.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public Menu() {
public void initMenu(EventMenu event) {
this.event = event;
addMenu(0, new ImageIcon(System.getProperty("user.dir") + "/src/main/java/com/nickmegistone/resources/voice.png"), "Voice Assistant");
addMenu(1, new ImageIcon(System.getProperty("user.dir") + "/src/main/java/com/nickmegistone/resources/help.png"), "How to use");
addMenu(1, new ImageIcon(System.getProperty("user.dir") + "/src/main/java/com/nickmegistone/resources/help.png"), "Manual");
addMenu(2, new ImageIcon(System.getProperty("user.dir") + "/src/main/java/com/nickmegistone/resources/user.png"), "Creators");
addMenu(3, new ImageIcon(System.getProperty("user.dir") + "/src/main/java/com/nickmegistone/resources/comingsoon.png"), "Coming soon");
addEmpty();
Expand Down

0 comments on commit bd0d2ff

Please sign in to comment.