Skip to content

Commit 675cdc7

Browse files
committed
Release 1.2.5
1 parent 4d5befa commit 675cdc7

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ org.gradle.configuration-cache=true
55
java_version=17
66
maven_group=net.raphimc
77
maven_name=NoteBlockTool
8-
maven_version=1.2.5-SNAPSHOT
8+
maven_version=1.2.5

src/main/java/net/raphimc/noteblocktool/frames/ExportFrame.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ private void updateVisibility(final boolean showSettings) {
203203
this.wavBitDepth.setVisible(outputFormat.isAudioFile() && outputFormat.equals(OutputFormat.WAV));
204204
this.mp3QualityLabel.setVisible(outputFormat.isAudioFile() && outputFormat.equals(OutputFormat.MP3));
205205
this.mp3Quality.setVisible(outputFormat.isAudioFile() && outputFormat.equals(OutputFormat.MP3));
206-
207206
} else {
208207
this.formatLabel.setVisible(false);
209208
this.format.setVisible(false);

0 commit comments

Comments
 (0)