Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mai-Onsyn authored Aug 28, 2024
1 parent 510afa0 commit 67e15fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/mai_onsyn/VeloVoice/FrameFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ public static AutoPane getOperationArea() {

SmoothTextField textField = ModuleCreator.createTextField();
textField.getTextField().setPromptText("音频输出文件夹");
textField.getTextField().setText("D:\\Users\\Desktop\\Test");
//textField.getTextField().setText("D:\\Users\\Desktop\\Test");

saveBox.setPosition(label, AutoPane.AlignmentMode.LEFT_CENT, AutoPane.LocateMode.RELATIVE, 0, 0.5);
saveBox.setPosition(textField, false, fontSize * 4, 0, 0, 0);
Expand Down

0 comments on commit 67e15fa

Please sign in to comment.