From 1aaae5c1da8b64b036cbe55a0b95f2a13c1f47d6 Mon Sep 17 00:00:00 2001 From: coolGi Date: Fri, 2 Sep 2022 12:12:50 +0930 Subject: [PATCH] Started work on auto updater screen --- core/src/main/java/com/seibel/lod/core/config/Config.java | 2 +- core/src/main/resources/assets/lod/lang/en_us.json | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/core/src/main/java/com/seibel/lod/core/config/Config.java b/core/src/main/java/com/seibel/lod/core/config/Config.java index caad5a111..cb9e4d77d 100644 --- a/core/src/main/java/com/seibel/lod/core/config/Config.java +++ b/core/src/main/java/com/seibel/lod/core/config/Config.java @@ -885,7 +885,7 @@ public class Config public static class AutoUpdater { public static ConfigEntry enableAutoUpdater = new ConfigEntry.Builder() - .set(true) + .set(false) // Keep this as false for development .comment("Automatically checks for updates on game launch") .build(); diff --git a/core/src/main/resources/assets/lod/lang/en_us.json b/core/src/main/resources/assets/lod/lang/en_us.json index 6b2f6bed9..75d0dbb1f 100644 --- a/core/src/main/resources/assets/lod/lang/en_us.json +++ b/core/src/main/resources/assets/lod/lang/en_us.json @@ -6,8 +6,10 @@ "lod.updater.title": "Distant Horizons auto updater", - "lod.updater.text": + "lod.updater.text1": "There is a new update for Distant Horizons available", + "lod.updater.text2": + "Would you like to automatically update from version %s to %s", "lod.updater.later": "Later", "lod.updater.never":