More quick fixes.
- Minor typo in ErrorHandler. - Prevent more than one music control button in the main menu from being hovered over at once. Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
This commit is contained in:
@@ -131,7 +131,7 @@ public class ErrorHandler {
|
||||
// don't report the error
|
||||
int n = JOptionPane.showOptionDialog(null, message, title,
|
||||
JOptionPane.DEFAULT_OPTION, JOptionPane.ERROR_MESSAGE,
|
||||
null, options, optionsR[1]);
|
||||
null, options, options[1]);
|
||||
if (n == 0)
|
||||
Desktop.getDesktop().open(Options.LOG_FILE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user