Fixed loading and saving of preferences - Images options.

This commit is contained in:
LevelX2 2012-11-08 13:59:26 +01:00
parent 1d9df4a3bd
commit 903c98b0ba
2 changed files with 37 additions and 43 deletions

View file

@ -330,7 +330,7 @@ public class MageFrame extends javax.swing.JFrame implements MageClient {
disableButtons();
if (PreferencesDialog.getCachedValue(PreferencesDialog.KEY_CARD_IMAGES_CHECK, "true").equals("true"))
checkForNewImages();
logger.info("Client start up time: " + ((System.currentTimeMillis() - startTime) / 1000 + " ms"));
logger.info("Client start up time: " + ((System.currentTimeMillis() - startTime) / 1000 + " seconds"));
if (autoConnect())
enableButtons();
else {