mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
* UI: fixed that json logs can't be disabled without disable other logs in settings;
This commit is contained in:
parent
8ee1dd20d3
commit
a06cacb462
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ public final class SessionHandler {
|
|||
public static void startSession(MageFrame mageFrame) {
|
||||
|
||||
session = new SessionImpl(mageFrame);
|
||||
session.setJsonLogActive("true".equals(PreferencesDialog.getCachedValue(PreferencesDialog.KEY_GAME_LOG_AUTO_SAVE, "true")));
|
||||
session.setJsonLogActive("true".equals(PreferencesDialog.getCachedValue(PreferencesDialog.KEY_JSON_GAME_LOG_AUTO_SAVE, "true")));
|
||||
}
|
||||
|
||||
public static void ping() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue