Skip to content

Commit

Permalink
refactor: move images
Browse files Browse the repository at this point in the history
  • Loading branch information
sprestrelski committed Dec 5, 2023
1 parent 347a57b commit 9329890
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/code/client/View/Ingredients.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class Ingredients extends GridPane {
this.setHgap(20);

// Get a picture of a microphone for the voice recording button
File file = new File("app/src/main/java/code/client/View/microphone.png");
File file = new File(AppConfig.MICROPHONE_IMG_FILE);
microphone = new ImageView(new Image(file.toURI().toString()));

// Set the size of the microphone image
Expand Down
File renamed without changes

0 comments on commit 9329890

Please sign in to comment.