Skip to content

Commit

Permalink
Fixed hands-free mode invert
Browse files Browse the repository at this point in the history
  • Loading branch information
Daltz333 committed Feb 10, 2019
1 parent 8c91c46 commit 85850b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/scenes/GrizzlyScene.java
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ protected Void call() throws Exception {

}

if (handsFreeMode) {
if (!handsFreeMode) {
//confirm that the user wants to login/logout
if (alertUtils.confirmInput("Confirm login/logout of user: " + studentIDBox.getText())) {
loginUser();
Expand Down

0 comments on commit 85850b4

Please sign in to comment.