mirror of
https://github.com/refactorinqq/SLC-1.8.9.git
synced 2024-11-10 06:41:31 +01:00
commit
e0b27ece3a
@ -219,6 +219,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