Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken
2019-11-14 14:59:10 -05:00
5 changed files with 317 additions and 288 deletions

View File

@@ -360,7 +360,11 @@ public class SettingsMenuDialog extends SettingsDialog{
keyDown(key -> {
if(key == KeyCode.ESCAPE || key == KeyCode.BACK){
hide();
if(prefs.getChildren().first() != menu){
back();
}else{
hide();
}
}
});
}