From 3a6e6cfd93a5d553f63a7be7473caa9ebfb0f69f Mon Sep 17 00:00:00 2001
From: zumbiepig <121742281+zumbiepig@users.noreply.github.com>
Date: Tue, 20 Aug 2024 07:46:06 -0700
Subject: [PATCH] .
---
public/updates/index.html | 6 +++---
src/resources/scripts/main.ts | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/public/updates/index.html b/public/updates/index.html
index 15743bd..242be13 100644
--- a/public/updates/index.html
+++ b/public/updates/index.html
@@ -51,12 +51,12 @@
MineXLauncher 1.5
-
MineXLauncher now works offline!
- You can now install MineXLauncher as a PWA web app
+ The launcher can now be downloaded for offline use
+ You can now install the launcher as a PWA web app
MineXLauncher 1.4
Added welcome and setup screen
- Show changelog when MineXLauncher is updated
+ Show changelog when the launcher is updated
Added themes and backgrounds
Settings now update automatically without saving them
You will now stay on the same page when reloading
diff --git a/src/resources/scripts/main.ts b/src/resources/scripts/main.ts
index 1377698..4a9ad03 100644
--- a/src/resources/scripts/main.ts
+++ b/src/resources/scripts/main.ts
@@ -311,8 +311,8 @@ if (window.location.pathname === '/') {
alert(`MineXLauncher has been updated to v${launcherVersion}!
Changes in v${launcherVersion}:
- - MineXLauncher now works offline!
- - You can now install MineXLauncher as a PWA web app`);
+ - The launcher can now be downloaded for offline use
+ - You can now install the launcher as a PWA web app`);
storage.local.set('lastVersion', launcherVersion);
}
});