commit 27/2025
Tambah Crop Setting
This commit is contained in:
@@ -90,7 +90,7 @@ public class CaptureView {
|
||||
|
||||
private final AtomicBoolean isTakingPhoto = new AtomicBoolean(false);
|
||||
|
||||
private final ErhaAPI erhaAPI = new ErhaAPI(false);
|
||||
private final ErhaAPI erhaAPI = new ErhaAPI(true);
|
||||
|
||||
// for timeout 180 detik
|
||||
private final int timeout = 180;
|
||||
|
||||
@@ -22,7 +22,7 @@ import static Config.SomeCodes.config;
|
||||
|
||||
public class MainApplication extends Application {
|
||||
|
||||
final String version = "27052025-012";
|
||||
final String version = "30062025-PRODUCTION-1.0.0";
|
||||
PhotoCleaner photoCleaner;
|
||||
@Override
|
||||
public void start(Stage stage) throws IOException {
|
||||
|
||||
Reference in New Issue
Block a user