From b2dd01cd05b45262e998723f4ff6621598b54821 Mon Sep 17 00:00:00 2001
From: zumbiepig <121742281+zumbiepig@users.noreply.github.com>
Date: Wed, 21 Aug 2024 16:42:30 -0700
Subject: [PATCH] remove that
---
public/updates/index.html | 1 -
src/resources/scripts/main.ts | 3 +--
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/public/updates/index.html b/public/updates/index.html
index 3a6c4e0..cb40c55 100644
--- a/public/updates/index.html
+++ b/public/updates/index.html
@@ -52,7 +52,6 @@
MineXLauncher 1.5
You can now install the launcher as a PWA web app
- Ads have been added, join the Discord server to disable them
MineXLauncher 1.4
Added welcome and setup screen
diff --git a/src/resources/scripts/main.ts b/src/resources/scripts/main.ts
index 7bf8c0d..640fab9 100644
--- a/src/resources/scripts/main.ts
+++ b/src/resources/scripts/main.ts
@@ -343,8 +343,7 @@ if (window.location.pathname === '/') {
alert(`MineXLauncher has been updated to v${launcherVersion}!
Changes in v${launcherVersion}:
- - You can now install the launcher as a PWA web app
- - Ads have been added, join the Discord server to disable them`);
+ - You can now install the launcher as a PWA web app`);
storage.local.set('lastVersion', launcherVersion);
}
});