Skip to content

Commit

Permalink
Allow Immediate exit
Browse files Browse the repository at this point in the history
  • Loading branch information
LatinSuD authored Aug 12, 2022
1 parent 8a2f970 commit a66a7b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/WinMTRDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1077,6 +1077,7 @@ void WinMTRDialog::Transit(STATES new_state)
state = STOPPING;
break;
case EXIT:
exit(0);
switch(state) {
case IDLE:
transition = IDLE_TO_EXIT;
Expand Down

0 comments on commit a66a7b8

Please sign in to comment.