commit 27/2025

Tambah Crop Setting
This commit is contained in:
2025-06-30 16:31:57 +07:00
parent 0728ae3ca2
commit e4d2bfa00e
13 changed files with 66258 additions and 2 deletions

View File

@@ -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;

View File

@@ -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 {