Skip to content
This repository has been archived by the owner on Feb 2, 2025. It is now read-only.

Commit

Permalink
Use enum member instead of number
Browse files Browse the repository at this point in the history
  • Loading branch information
esotericenderman committed Feb 2, 2025
1 parent 283dead commit 34dd4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ca/exp/soundboard/soundboard/Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ public void run() {
null,
PUSH_TO_TALK_KEY_CONFLICT,
ALERT_MESSAGE,
0
JOptionPane.ERROR_MESSAGE
);
}
});
Expand Down

0 comments on commit 34dd4bd

Please sign in to comment.