commit 11/04/2025

This commit is contained in:
rdkartono
2025-05-05 15:48:38 +07:00
parent 257eb50640
commit 02a213f17b
4 changed files with 16 additions and 4 deletions

View File

@@ -268,6 +268,7 @@ public class SecureDongle {
} else System.out.println("Canceled Monitoring, UserID not found");
});
tx.setName("SecureDongle Monitor Thread");
tx.setDaemon(true);
tx.start();
}