forked from External/mage
Fixed loading and saving of preferences - Images options.
This commit is contained in:
parent
1d9df4a3bd
commit
903c98b0ba
2 changed files with 37 additions and 43 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue