We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d5befa commit 675cdc7Copy full SHA for 675cdc7
2 files changed
gradle.properties
@@ -5,4 +5,4 @@ org.gradle.configuration-cache=true
5
java_version=17
6
maven_group=net.raphimc
7
maven_name=NoteBlockTool
8
-maven_version=1.2.5-SNAPSHOT
+maven_version=1.2.5
src/main/java/net/raphimc/noteblocktool/frames/ExportFrame.java
@@ -203,7 +203,6 @@ private void updateVisibility(final boolean showSettings) {
203
this.wavBitDepth.setVisible(outputFormat.isAudioFile() && outputFormat.equals(OutputFormat.WAV));
204
this.mp3QualityLabel.setVisible(outputFormat.isAudioFile() && outputFormat.equals(OutputFormat.MP3));
205
this.mp3Quality.setVisible(outputFormat.isAudioFile() && outputFormat.equals(OutputFormat.MP3));
206
-
207
} else {
208
this.formatLabel.setVisible(false);
209
this.format.setVisible(false);
0 commit comments