closed #304,#33,#302,#307,#301,#305

This commit is contained in:
2017-01-23 18:27:08 +01:00
parent 880b87edff
commit 46034c1a04
10 changed files with 106 additions and 40 deletions
+1 -1
View File
@@ -204,7 +204,7 @@ public class CaptureCtl {
Platform.runLater(new Runnable() {
public void run() {
// Set Countdown Text
countdownText.setText(String.valueOf(counter + 1));
countdownText.setText(String.valueOf(counter + 2));
// Set the Counter Visible
countdownText.setVisible(true);
}