mirror of
https://github.com/refactorinqq/SLC-1.8.9.git
synced 2024-11-10 13:31:31 +01:00
Update Client.java
This commit is contained in:
parent
41d9ff1ee4
commit
1a3ef80d00
@ -222,6 +222,7 @@ public class Client {
|
|||||||
globalSettings.setLite(new JSONObject(content.toString()).getBoolean("lite"));
|
globalSettings.setLite(new JSONObject(content.toString()).getBoolean("lite"));
|
||||||
globalSettings.setDisplayedTutorial(new JSONObject(content.toString()).getBoolean("displayedTutorial"));
|
globalSettings.setDisplayedTutorial(new JSONObject(content.toString()).getBoolean("displayedTutorial"));
|
||||||
globalSettings.setConfigsMigrated(new JSONObject(content.toString()).getBoolean("configsMigrated"));
|
globalSettings.setConfigsMigrated(new JSONObject(content.toString()).getBoolean("configsMigrated"));
|
||||||
|
globalSettings.setPacksPanoramaEnabled(new JSONObject(content.toString()).getBoolean("packsPanoramaEnabled"));
|
||||||
Client.getInstance().updateWindowTitle();
|
Client.getInstance().updateWindowTitle();
|
||||||
in.close();
|
in.close();
|
||||||
} catch (Exception err) {
|
} catch (Exception err) {
|
||||||
|
Loading…
Reference in New Issue
Block a user