Started work on auto updater screen

This commit is contained in:
coolGi
2022-09-02 12:12:50 +09:30
parent cf62774a78
commit 1aaae5c1da
2 changed files with 4 additions and 2 deletions
@@ -885,7 +885,7 @@ public class Config
public static class AutoUpdater
{
public static ConfigEntry<Boolean> enableAutoUpdater = new ConfigEntry.Builder<Boolean>()
.set(true)
.set(false) // Keep this as false for development
.comment("Automatically checks for updates on game launch")
.build();
@@ -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":