Started work on auto updater screen
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user