Merge branch 'development' into bugfix/debug-output-fix

This commit is contained in:
Jeroen Ketelaar
2019-03-05 12:35:28 -06:00
committed by GitHub
@@ -99,6 +99,11 @@ public class BotMenu implements ActionListener {
} }
}); });
group.add(debugOutput); group.add(debugOutput);
if (index == 0) {
group.setSelected(debugOutput.getModel(), true);
}
actions.add(debugOutput); actions.add(debugOutput);
} }