mirror of
https://github.com/refactorinqq/SLC-1.8.9.git
synced 2024-11-10 07:21:32 +01:00
commit
e0b27ece3a
@ -219,6 +219,7 @@ public class Client {
|
||||
globalSettings.setLite(new JSONObject(content.toString()).getBoolean("lite"));
|
||||
globalSettings.setDisplayedTutorial(new JSONObject(content.toString()).getBoolean("displayedTutorial"));
|
||||
globalSettings.setConfigsMigrated(new JSONObject(content.toString()).getBoolean("configsMigrated"));
|
||||
globalSettings.setPacksPanoramaEnabled(new JSONObject(content.toString()).getBoolean("packsPanoramaEnabled"));
|
||||
Client.getInstance().updateWindowTitle();
|
||||
in.close();
|
||||
} catch (Exception err) {
|
||||
|
Loading…
Reference in New Issue
Block a user