closed #304,#33,#302,#307,#301,#305
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user