only:not very alive

This commit is contained in:
rusefillc 2024-02-03 12:54:05 -05:00
parent dd9c59dca5
commit c2b5fea477
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ public class ConsoleUI {
getConfig().load();
FileLog.suspendLogging = getConfig().getRoot().getBoolProperty(GaugesPanel.DISABLE_LOGS);
Thread.setDefaultUncaughtExceptionHandler(new DefaultExceptionHandler());
VersionChecker.start();
// not very useful? VersionChecker.start();
SwingUtilities.invokeAndWait(() -> awtCode(args));
}