应该没问题了
This commit is contained in:
parent
6687629e85
commit
baa3315df7
|
@ -329,6 +329,7 @@ public class PreferencesSoundOptionsTab extends WizardPanel {
|
||||||
public void actionPerformed(ActionEvent e) {
|
public void actionPerformed(ActionEvent e) {
|
||||||
Object src = e.getSource();
|
Object src = e.getSource();
|
||||||
|
|
||||||
|
|
||||||
if (src == enableAllSoundsButton) {
|
if (src == enableAllSoundsButton) {
|
||||||
setAllSoundsButtonsEnabled(true);
|
setAllSoundsButtonsEnabled(true);
|
||||||
} else if (src == disableAllSoundsButton) {
|
} else if (src == disableAllSoundsButton) {
|
||||||
|
|
Loading…
Reference in New Issue