Skip to content

Commit

Permalink
Dont suicide: should allow WhisperTouch on the voyage.
Browse files Browse the repository at this point in the history
  • Loading branch information
yparitcher committed Aug 9, 2021
1 parent 9d6bf2d commit 869f702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/mobileread/ixtab/kolauncher/KualBooklet.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class KualBooklet extends AbstractBooklet {
public KualBooklet() {
try {
execute();
suicide();
//suicide();
} catch (Throwable t) {
throw new RuntimeException(t);
}
Expand Down

0 comments on commit 869f702

Please sign in to comment.