Removed: Resample wav to 44kHz feature from GUI

This commit is contained in:
Jindra Petřík
2025-07-27 14:48:48 +02:00
parent 8f11f043ca
commit 285b4e2cc1
5 changed files with 10 additions and 6 deletions
@@ -401,12 +401,13 @@ public class ExportDialog extends AppDialog {
resampleWavCheckBox.setVisible(false);
if (embedCheckBox.isVisible() || visibleOptionClasses.contains(SoundExportMode.class)) {
gbc.gridy++;
/*gbc.gridy++;
resampleWavCheckBox.setVisible(true);
comboPanel.add(resampleWavCheckBox, gbc);
if (Configuration.lastExportResampleWav.get()) {
resampleWavCheckBox.setSelected(true);
}
}*/
resampleWavCheckBox.setSelected(false);
}
transparentFrameBackgroundCheckBox = new JCheckBox(translate("transparentFrameBackground"));